diff options
author | Valerio Virgillito | 2012-03-19 18:11:50 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-03-19 18:11:50 -0700 |
commit | 313354a8ff9ed21b826ab5f280bcf1095a64a7f4 (patch) | |
tree | 39467da83116102c4b869934b2bc36fc64214b22 /js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css | |
parent | afe4b3d6567a35586e970682d71cba61c416e496 (diff) | |
download | ninja-313354a8ff9ed21b826ab5f280bcf1095a64a7f4.tar.gz |
fully removing our old button component from Ninja
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css')
-rwxr-xr-x | js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css | 32 |
1 files changed, 29 insertions, 3 deletions
diff --git a/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css b/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css index 227a232b..7f8fdbc2 100755 --- a/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css +++ b/js/panels/properties.reel/sections/position-and-size.reel/position-and-size.css | |||
@@ -8,7 +8,33 @@ | |||
8 | display: none; | 8 | display: none; |
9 | } | 9 | } |
10 | 10 | ||
11 | .fieldCol .disabled | 11 | .fieldCol .disabled { |
12 | { | ||
13 | color:#999999; | 12 | color:#999999; |
14 | } \ No newline at end of file | 13 | } |
14 | |||
15 | |||
16 | #posBound { | ||
17 | position: absolute; | ||
18 | left: 105px; | ||
19 | border: none; | ||
20 | background-color: transparent; | ||
21 | top: 2px; | ||
22 | opacity: 0.7; | ||
23 | width: 17px; | ||
24 | height: 18px; | ||
25 | margin-right: 10px; | ||
26 | } | ||
27 | |||
28 | #posBound:hover { | ||
29 | opacity: 1; | ||
30 | } | ||
31 | |||
32 | .unlock{ | ||
33 | background: url("../../../../../images/optionsbar/unlinked.png") no-repeat; | ||
34 | |||
35 | } | ||
36 | |||
37 | .lockUp { | ||
38 | background: url("../../../../../images/optionsbar/link.png") no-repeat; | ||
39 | } | ||
40 | |||