diff options
author | Eric Guzman | 2012-02-27 11:13:35 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-27 11:13:35 -0800 |
commit | 1a6604a50f6cfbbf0cd6f45ab94b63a001d02162 (patch) | |
tree | bbfc75d1be1ff98d22042dbbed4ca93b4a845e0c /js/panels/Timeline/Layer.reel/scss | |
parent | 9e8cd4448a6d0f809a55c3bdea8b45ed75339794 (diff) | |
parent | 8125c8c6c9431067840d81c46624b6a2dd5eb4a7 (diff) | |
download | ninja-1a6604a50f6cfbbf0cd6f45ab94b63a001d02162.tar.gz |
Merge branch 'refs/heads/master' into CSSPanelUpdates
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index 7473a275..dda0c951 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -1,17 +1,23 @@ | |||
1 | @charset "UTF-8"; | 1 | @charset "UTF-8"; |
2 | 2 | ||
3 | /* <copyright> | ||
4 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
5 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
6 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
7 | </copyright> */ | ||
8 | |||
3 | /* Layer.scss | 9 | /* Layer.scss |
4 | * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. | 10 | * Main SCSS file for Layer component, compiled by SASS into the file css/Layer.css. |
5 | */ | 11 | */ |
6 | 12 | ||
7 | // Import theme settings | 13 | // Import theme settings |
8 | @import "../../../../../_scss/imports/themes/default/colors"; | 14 | @import "../../../../../scss/imports/themes/default/colors"; |
9 | // @import "../../../../../_scss/imports/themes/default/fonts"; | 15 | // @import "../../../../../scss/imports/themes/default/fonts"; |
10 | @import "../../../../../_scss/imports/themes/default/mixins"; | 16 | @import "../../../../../scss/imports/themes/default/mixins"; |
11 | 17 | ||
12 | // Import generic mixins and styles | 18 | // Import generic mixins and styles |
13 | @import "../../../../../_scss/imports/scss/mixins"; | 19 | @import "../../../../../scss/imports/scss/mixins"; |
14 | // @import "../../../../../_scss/imports/scss/Base"; | 20 | // @import "../../../../../scss/imports/scss/Base"; |
15 | 21 | ||
16 | .layerLabel{ | 22 | .layerLabel{ |
17 | width: 100%; | 23 | width: 100%; |
@@ -109,7 +115,8 @@ | |||
109 | .label-layer, | 115 | .label-layer, |
110 | .label-position, | 116 | .label-position, |
111 | .label-transform, | 117 | .label-transform, |
112 | .label-style { | 118 | .label-style, |
119 | .label-styles { | ||
113 | position: relative; | 120 | position: relative; |
114 | border-bottom: 1px solid #505050; | 121 | border-bottom: 1px solid #505050; |
115 | cursor: pointer; | 122 | cursor: pointer; |
@@ -207,6 +214,10 @@ | |||
207 | text-overflow: clip; | 214 | text-overflow: clip; |
208 | } | 215 | } |
209 | 216 | ||
217 | .label-style .disabled { | ||
218 | cursor: default; | ||
219 | } | ||
220 | |||
210 | /* styles elements */ | 221 | /* styles elements */ |
211 | .content-style .item-template { | 222 | .content-style .item-template { |
212 | display: none; | 223 | display: none; |