aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/bluemoon/checkbox.reel
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 11:52:06 -0700
committerKris Kowal2012-07-06 15:01:48 -0700
commit648ee61ae84216d0236e0dbc211addc13b2cfa3a (patch)
tree8f0f55557bd0c47a84e49c1977c950645d284607 /node_modules/montage/ui/bluemoon/checkbox.reel
parentaedd14b18695d031f695d27dfbd94df5614495bb (diff)
downloadninja-648ee61ae84216d0236e0dbc211addc13b2cfa3a.tar.gz
Expand tabs
Diffstat (limited to 'node_modules/montage/ui/bluemoon/checkbox.reel')
-rw-r--r--node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css2
-rw-r--r--node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css
index 372e66f2..80c2344e 100644
--- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css
+++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.css
@@ -72,7 +72,7 @@ POSSIBILITY OF SUCH DAMAGE.
72} 72}
73 73
74.montage-checkbox .checkmark{ 74.montage-checkbox .checkmark{
75 -webkit-transition-duration: 360ms; 75 -webkit-transition-duration: 360ms;
76} 76}
77 77
78.montage-checkbox input[type=checkbox] { 78.montage-checkbox input[type=checkbox] {
diff --git a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js
index 0a5ae0e9..a17f30bf 100644
--- a/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js
+++ b/node_modules/montage/ui/bluemoon/checkbox.reel/checkbox.js
@@ -28,7 +28,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. 28POSSIBILITY OF SUCH DAMAGE.
29</copyright> */ 29</copyright> */
30/** 30/**
31 @module "montage/ui/bluemoon/input-checkbox.reel" 31 @module "montage/ui/bluemoon/input-checkbox.reel"
32 @requires montage/core/core 32 @requires montage/core/core
33 @requires montage/ui/component 33 @requires montage/ui/component
34*/ 34*/