diff options
author | Valerio Virgillito | 2012-04-30 14:57:36 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-30 14:57:36 -0700 |
commit | e46d154b7821741618bf999c9216761ea36ad003 (patch) | |
tree | fbd93be957a06fd7ac167530a8881f0606405f0f /js/components/layout/subtool-button.reel/subtool-button.css | |
parent | c8fac64d4ad8ac18744a17a5e0f0d17204355fd6 (diff) | |
download | ninja-e46d154b7821741618bf999c9216761ea36ad003.tar.gz |
converting the layout folder to use data-montage-id
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/components/layout/subtool-button.reel/subtool-button.css')
-rwxr-xr-x | js/components/layout/subtool-button.reel/subtool-button.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/layout/subtool-button.reel/subtool-button.css b/js/components/layout/subtool-button.reel/subtool-button.css index cda505b0..b98941d9 100755 --- a/js/components/layout/subtool-button.reel/subtool-button.css +++ b/js/components/layout/subtool-button.reel/subtool-button.css | |||
@@ -12,11 +12,11 @@ | |||
12 | background: #B2B2B2; | 12 | background: #B2B2B2; |
13 | } | 13 | } |
14 | 14 | ||
15 | #toolBarButton { | 15 | .toolBarButton { |
16 | border: 3px; | 16 | border: 3px; |
17 | float: left; | 17 | float: left; |
18 | } | 18 | } |
19 | 19 | ||
20 | #toolBarButton:hover { | 20 | .toolBarButton:hover { |
21 | opacity: 1; | 21 | opacity: 1; |
22 | } | 22 | } |