aboutsummaryrefslogtreecommitdiff
path: root/js/components/layout/tool-button.reel
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 14:13:07 -0700
committerJonathan Duran2012-05-11 14:13:07 -0700
commit1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch)
tree2563aa7694c3caaf813ca71ef3250b2a76ee0041 /js/components/layout/tool-button.reel
parent32257ac142f872d3c1f6c07504bae77ae884ed93 (diff)
parent6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff)
downloadninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz
Merge branch 'refs/heads/TimelineUber' into TimelineProps
Diffstat (limited to 'js/components/layout/tool-button.reel')
-rwxr-xr-xjs/components/layout/tool-button.reel/tool-button.css4
-rwxr-xr-xjs/components/layout/tool-button.reel/tool-button.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/js/components/layout/tool-button.reel/tool-button.css b/js/components/layout/tool-button.reel/tool-button.css
index 46152424..f9d23f35 100755
--- a/js/components/layout/tool-button.reel/tool-button.css
+++ b/js/components/layout/tool-button.reel/tool-button.css
@@ -14,11 +14,11 @@
14 background: #B2B2B2; 14 background: #B2B2B2;
15} 15}
16 16
17#toolBarButton { 17.toolBarButton {
18 border: 3px; 18 border: 3px;
19 float: left; 19 float: left;
20} 20}
21 21
22#toolBarButton:hover { 22.toolBarButton:hover {
23 opacity: 1; 23 opacity: 1;
24} 24}
diff --git a/js/components/layout/tool-button.reel/tool-button.html b/js/components/layout/tool-button.reel/tool-button.html
index 3980b92c..84a6d34e 100755
--- a/js/components/layout/tool-button.reel/tool-button.html
+++ b/js/components/layout/tool-button.reel/tool-button.html
@@ -25,7 +25,7 @@
25 </head> 25 </head>
26 26
27 <body> 27 <body>
28 <div id="toolBarButton"></div> 28 <div data-montage-id="toolBarButton" class="toolBarButton"></div>
29 </body> 29 </body>
30 30
31</html> 31</html>