diff options
author | Armen Kesablyan | 2012-06-21 14:36:32 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-06-21 14:36:32 -0700 |
commit | d9f9a65226dfe26500e82061cc38a7dda302f720 (patch) | |
tree | 32ae4d83164e71f83bf60eaaf0969d80a4d1e8b4 /js/panels/Timeline/Style.reel/scss | |
parent | 1830a7cf4150087ee12711ea75f1162e6e3c2934 (diff) | |
parent | 9fe9bc495af74d963fa7061d4d1a479720133a56 (diff) | |
download | ninja-d9f9a65226dfe26500e82061cc38a7dda302f720.tar.gz |
Merge branch 'refs/heads/master' into binding
Conflicts:
js/components/hintable.reel/hintable.js
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Style.reel/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 | } | ||