aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/rect-properties.reel/rect-properties.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/tools-properties/rect-properties.reel/rect-properties.css')
-rwxr-xr-xjs/components/tools-properties/rect-properties.reel/rect-properties.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/js/components/tools-properties/rect-properties.reel/rect-properties.css b/js/components/tools-properties/rect-properties.reel/rect-properties.css
index f50a9873..74509555 100755
--- a/js/components/tools-properties/rect-properties.reel/rect-properties.css
+++ b/js/components/tools-properties/rect-properties.reel/rect-properties.css
@@ -4,7 +4,7 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6 6
7.button { 7.rectProperties .button {
8 border:none; 8 border:none;
9 cursor:default; 9 cursor:default;
10 text-align:center; 10 text-align:center;
@@ -12,28 +12,30 @@
12 opacity:0.8; 12 opacity:0.8;
13 display:table-cell; 13 display:table-cell;
14 vertical-align:middle; 14 vertical-align:middle;
15 width:100%;
16 height:100%;
17 background-color:#333333; 15 background-color:#333333;
18 color:white; 16 color:white;
19} 17}
20 18
21.button:hover 19.rectProperties .subToolButton {
20 float:left;
21}
22
23.rectProperties .button:hover
22{ 24{
23 opacity:1; 25 opacity:1;
24} 26}
25 27
26.button:active 28.rectProperties .button:active
27{ 29{
28 outline:solid 1px black; 30 outline:solid 1px black;
29} 31}
30 32
31.button.on 33.rectProperties .button.on
32{ 34{
33 background-color: #333333; 35 background-color: #333333;
34} 36}
35 37
36.button.off 38.rectProperties .button.off
37{ 39{
38 background-color: #cccccc; 40 background-color: #cccccc;
39 color:black; 41 color:black;