diff options
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-x | js/panels/properties.reel/properties.css | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css index d1aa750a..ce5145d0 100755 --- a/js/panels/properties.reel/properties.css +++ b/js/panels/properties.reel/properties.css | |||
@@ -314,11 +314,13 @@ input label { | |||
314 | width:45px; | 314 | width:45px; |
315 | } | 315 | } |
316 | 316 | ||
317 | .propertiesPanel div.montage-button:disabled { | 317 | /*.propertiesPanel div.montage-button:disabled {*/ |
318 | .propertiesPanel div[type=button]:disabled { | ||
318 | opacity: 0.4; | 319 | opacity: 0.4; |
319 | } | 320 | } |
320 | 321 | ||
321 | .propertiesPanel div.montage-button { | 322 | /*.propertiesPanel div.montage-button {*/ |
323 | .propertiesPanel div[type=button] { | ||
322 | font-size: 9px; | 324 | font-size: 9px; |
323 | cursor: pointer; | 325 | cursor: pointer; |
324 | display: block; | 326 | display: block; |
@@ -336,10 +338,12 @@ input label { | |||
336 | height: 14px; | 338 | height: 14px; |
337 | } | 339 | } |
338 | 340 | ||
339 | .propertiesPanel div.montage-button:active { | 341 | /*.propertiesPanel div.montage-button:active {*/ |
342 | .propertiesPanel div[type=button]:active { | ||
340 | background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #505050 100%); | 343 | background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #505050 100%); |
341 | } | 344 | } |
342 | 345 | ||
343 | .propertiesPanel div.montage-button:hover { | 346 | /*.propertiesPanel div.montage-button:hover {*/ |
347 | .propertiesPanel div[type=button]:hover { | ||
344 | -webkit-box-shadow: 0px 0px 3px #b4b4b4; | 348 | -webkit-box-shadow: 0px 0px 3px #b4b4b4; |
345 | } \ No newline at end of file | 349 | } \ No newline at end of file |