diff options
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-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 |