diff options
author | Jose Antonio Marquez | 2012-06-21 09:55:25 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-21 09:55:25 -0700 |
commit | d9f2064fc7dc5284e159032e3efbab5de9b2dc14 (patch) | |
tree | f648fa7842f3dc6011da08aaab0bedb445d43b58 /js/panels/Timeline/Style.reel/scss/Style.scss | |
parent | 313a62245400e6c8cfa6d2f02c603cc7f01ddfc6 (diff) | |
parent | c8fc6d15e1570e89243abe527cd149e354f7e11f (diff) | |
download | ninja-d9f2064fc7dc5284e159032e3efbab5de9b2dc14.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into Document
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 | } | ||