diff options
author | Armen Kesablyan | 2012-06-21 14:33:01 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-21 14:33:01 -0700 |
commit | 9fe9bc495af74d963fa7061d4d1a479720133a56 (patch) | |
tree | eca4b0d785ad28483904682b7fdfdb9686fc3d1a /js/panels/Timeline/Layer.reel/scss | |
parent | fc818d31de267d2b77fda3b3029ad38d48698be8 (diff) | |
parent | c411f76d89c543837548085ff468fee0fb4f2ff9 (diff) | |
download | ninja-9fe9bc495af74d963fa7061d4d1a479720133a56.tar.gz |
Merge branch 'master' of github.com:Motorola-Mobility/ninja-internal
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index 8e5e50db..5220d0f1 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -74,7 +74,8 @@ | |||
74 | 74 | ||
75 | /******************************************/ | 75 | /******************************************/ |
76 | 76 | ||
77 | .container-layer { | 77 | .container-layer, |
78 | .container-layer.selected { | ||
78 | background-color: $color-panel-bg; | 79 | background-color: $color-panel-bg; |
79 | color: $color-panel-text; | 80 | color: $color-panel-text; |
80 | font-size: 12px; | 81 | font-size: 12px; |
@@ -108,7 +109,7 @@ | |||
108 | 109 | ||
109 | 110 | ||
110 | .layerSelected .label-layer { | 111 | .layerSelected .label-layer { |
111 | background-color: $color-panel-hilite-bg; | 112 | background-color: $color-menu-hilite-bg; |
112 | color: $color-panel-hilite-text; | 113 | color: $color-panel-hilite-text; |
113 | } | 114 | } |
114 | .content-layer { | 115 | .content-layer { |
@@ -196,6 +197,9 @@ | |||
196 | top: 3px; | 197 | top: 3px; |
197 | right: 31px; | 198 | right: 31px; |
198 | } | 199 | } |
200 | .timeline-track .collapsible-content { | ||
201 | position: relative; | ||
202 | } | ||
199 | .collapsible-content .layout-table { | 203 | .collapsible-content .layout-table { |
200 | width: 99.9%; | 204 | width: 99.9%; |
201 | } | 205 | } |
@@ -270,10 +274,10 @@ | |||
270 | .content-style .item-template { | 274 | .content-style .item-template { |
271 | display: none; | 275 | display: none; |
272 | } | 276 | } |
277 | .style-row { | ||
278 | height: 20px; | ||
279 | } | ||
273 | .content-style .layout-row.selected .layout-cell { | 280 | .content-style .layout-row.selected .layout-cell { |
274 | background-color: $color-panel-hilite-bg; | 281 | background-color: $color-panel-hilite-bg; |
275 | color: $color-panel-hilite-text; | 282 | color: $color-panel-hilite-text; |
276 | } | 283 | } |
277 | .style-row { | ||
278 | height: 20px; | ||
279 | } | ||