diff options
author | Valerio Virgillito | 2012-06-28 11:24:41 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-28 11:24:41 -0700 |
commit | 12b8f40d5593d55e1fe64e4bef2ac3bc6709f6ff (patch) | |
tree | 5b82eec6155983926c7e2f9b3484585351ce38d5 /js/panels/properties.reel | |
parent | e25474df5116a7e336933a1d1d17ff11a0ef9786 (diff) | |
download | ninja-12b8f40d5593d55e1fe64e4bef2ac3bc6709f6ff.tar.gz |
removing some comments
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/panels/properties.reel')
-rwxr-xr-x | js/panels/properties.reel/properties.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css index ce5145d0..786eb57a 100755 --- a/js/panels/properties.reel/properties.css +++ b/js/panels/properties.reel/properties.css | |||
@@ -314,12 +314,10 @@ input label { | |||
314 | width:45px; | 314 | width:45px; |
315 | } | 315 | } |
316 | 316 | ||
317 | /*.propertiesPanel div.montage-button:disabled {*/ | ||
318 | .propertiesPanel div[type=button]:disabled { | 317 | .propertiesPanel div[type=button]:disabled { |
319 | opacity: 0.4; | 318 | opacity: 0.4; |
320 | } | 319 | } |
321 | 320 | ||
322 | /*.propertiesPanel div.montage-button {*/ | ||
323 | .propertiesPanel div[type=button] { | 321 | .propertiesPanel div[type=button] { |
324 | font-size: 9px; | 322 | font-size: 9px; |
325 | cursor: pointer; | 323 | cursor: pointer; |
@@ -338,12 +336,10 @@ input label { | |||
338 | height: 14px; | 336 | height: 14px; |
339 | } | 337 | } |
340 | 338 | ||
341 | /*.propertiesPanel div.montage-button:active {*/ | ||
342 | .propertiesPanel div[type=button]:active { | 339 | .propertiesPanel div[type=button]:active { |
343 | background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #505050 100%); | 340 | background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #505050 100%); |
344 | } | 341 | } |
345 | 342 | ||
346 | /*.propertiesPanel div.montage-button:hover {*/ | ||
347 | .propertiesPanel div[type=button]:hover { | 343 | .propertiesPanel div[type=button]:hover { |
348 | -webkit-box-shadow: 0px 0px 3px #b4b4b4; | 344 | -webkit-box-shadow: 0px 0px 3px #b4b4b4; |
349 | } \ No newline at end of file | 345 | } \ No newline at end of file |