diff options
Diffstat (limited to 'js/panels/properties.reel/properties.css')
-rwxr-xr-x | js/panels/properties.reel/properties.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css index 5306eb5b..3166a1ff 100755 --- a/js/panels/properties.reel/properties.css +++ b/js/panels/properties.reel/properties.css | |||
@@ -303,4 +303,34 @@ input label { | |||
303 | .propertiesPanel .rotation .fieldRow { | 303 | .propertiesPanel .rotation .fieldRow { |
304 | -webkit-box-flex:0; | 304 | -webkit-box-flex:0; |
305 | width:45px; | 305 | width:45px; |
306 | } | ||
307 | |||
308 | .propertiesPanel div.montage-button:disabled { | ||
309 | opacity: 0.4; | ||
310 | } | ||
311 | |||
312 | .propertiesPanel div.montage-button { | ||
313 | font-size: 9px; | ||
314 | cursor: pointer; | ||
315 | display: block; | ||
316 | margin: -3px 0 0 -12px; | ||
317 | padding: 4px; | ||
318 | border: 1px #313131 solid; | ||
319 | background-color: #474747; | ||
320 | background-image: -webkit-linear-gradient(top, #505050 0%, #3c3c3c 100%); | ||
321 | border-radius: 4px; | ||
322 | color: white; | ||
323 | text-transform: uppercase; | ||
324 | cursor: pointer; | ||
325 | text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); | ||
326 | width: 18px; | ||
327 | height: 14px; | ||
328 | } | ||
329 | |||
330 | .propertiesPanel div.montage-button:active { | ||
331 | background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #505050 100%); | ||
332 | } | ||
333 | |||
334 | .propertiesPanel div.montage-button:hover { | ||
335 | -webkit-box-shadow: 0px 0px 3px #b4b4b4; | ||
306 | } \ No newline at end of file | 336 | } \ No newline at end of file |