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/Style.reel/scss/Style.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/Style.reel/scss/Style.scss')
-rw-r--r-- | js/panels/Timeline/Style.reel/scss/Style.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/js/panels/Timeline/Style.reel/scss/Style.scss b/js/panels/Timeline/Style.reel/scss/Style.scss index 30bf43fe..c5287b00 100644 --- a/js/panels/Timeline/Style.reel/scss/Style.scss +++ b/js/panels/Timeline/Style.reel/scss/Style.scss | |||
@@ -73,4 +73,15 @@ div.content-style input.nj-skinned { | |||
73 | font-size: 12px; | 73 | font-size: 12px; |
74 | top: -3px; | 74 | top: -3px; |
75 | } | 75 | } |
76 | div.style-row .container-propvals { | ||
77 | overflow: hidden; | ||
78 | } | ||
76 | 79 | ||
80 | .content-style .style-row.selected { | ||
81 | background-color: $color-panel-bg; | ||
82 | color: $color-panel-text; | ||
83 | } | ||
84 | .content-style .style-row.style-selected { | ||
85 | background-color: $color-panel-hilite-bg; | ||
86 | color: $color-panel-hilite-text; | ||
87 | } | ||