aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Style.reel/css
diff options
context:
space:
mode:
authorJon Reid2012-06-01 14:26:30 -0700
committerJon Reid2012-06-01 14:26:30 -0700
commit4338d57eed565f723bfb7cbcefca65836b68953b (patch)
treec49abfefb33f24f853a0129e03120d429ef41753 /js/panels/Timeline/Style.reel/css
parent66007a04da84cae1d81af5340b11706d5f25c89d (diff)
downloadninja-4338d57eed565f723bfb7cbcefca65836b68953b.tar.gz
Timeline: Better style selection and deselection. Automatic re-selection of
previously selected style when parent layer is reselected.
Diffstat (limited to 'js/panels/Timeline/Style.reel/css')
-rw-r--r--js/panels/Timeline/Style.reel/css/Style.css12
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 {
84div.style-row .container-propvals { 84div.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}