diff options
author | Kruti Shah | 2012-06-12 13:09:11 -0700 |
---|---|---|
committer | Kruti Shah | 2012-06-12 13:09:11 -0700 |
commit | d648c842905c7c53e0f89b943982493d2b79f56e (patch) | |
tree | eb5585f92061975215f6d19305a8d1b76262e2fc /js/panels/Timeline/Style.reel/css | |
parent | bedb38e14887b29eae3cdf1c8d435259c920257c (diff) | |
parent | cf3b96822665751dae7a64644db3cb3960733c3d (diff) | |
download | ninja-d648c842905c7c53e0f89b943982493d2b79f56e.tar.gz |
Merge branch 'refs/heads/TimelineUberjd' into TimelineUber
Conflicts:
js/controllers/elements/element-controller.js
js/document/_toDelete/html-document.js
js/panels/Timeline/Layer.reel/Layer.js
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Style.reel/css')
-rw-r--r-- | js/panels/Timeline/Style.reel/css/Style.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/panels/Timeline/Style.reel/css/Style.css b/js/panels/Timeline/Style.reel/css/Style.css index 0cc8a1f8..bb65b0c7 100644 --- a/js/panels/Timeline/Style.reel/css/Style.css +++ b/js/panels/Timeline/Style.reel/css/Style.css | |||
@@ -84,3 +84,15 @@ div.content-style input.nj-skinned { | |||
84 | div.style-row .container-propvals { | 84 | div.style-row .container-propvals { |
85 | overflow: hidden; | 85 | overflow: hidden; |
86 | } | 86 | } |
87 | |||
88 | /* line 80, ../scss/Style.scss */ | ||
89 | .content-style .style-row.selected { | ||
90 | background-color: #474747; | ||
91 | color: white; | ||
92 | } | ||
93 | |||
94 | /* line 84, ../scss/Style.scss */ | ||
95 | .content-style .style-row.style-selected { | ||
96 | background-color: #b2b2b2; | ||
97 | color: #242424; | ||
98 | } | ||