diff options
author | Jon Reid | 2012-06-01 14:26:30 -0700 |
---|---|---|
committer | Jon Reid | 2012-06-01 14:26:30 -0700 |
commit | 4338d57eed565f723bfb7cbcefca65836b68953b (patch) | |
tree | c49abfefb33f24f853a0129e03120d429ef41753 /js/panels/Timeline/Style.reel/scss | |
parent | 66007a04da84cae1d81af5340b11706d5f25c89d (diff) | |
download | ninja-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/scss')
-rw-r--r-- | js/panels/Timeline/Style.reel/scss/Style.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/js/panels/Timeline/Style.reel/scss/Style.scss b/js/panels/Timeline/Style.reel/scss/Style.scss index 3ea943d8..c5287b00 100644 --- a/js/panels/Timeline/Style.reel/scss/Style.scss +++ b/js/panels/Timeline/Style.reel/scss/Style.scss | |||
@@ -77,7 +77,11 @@ div.style-row .container-propvals { | |||
77 | overflow: hidden; | 77 | overflow: hidden; |
78 | } | 78 | } |
79 | 79 | ||
80 | .content-style .style-row.selected { | ||
81 | background-color: $color-panel-bg; | ||
82 | color: $color-panel-text; | ||
83 | } | ||
80 | .content-style .style-row.style-selected { | 84 | .content-style .style-row.style-selected { |
81 | //background-color: red !important; | 85 | background-color: $color-panel-hilite-bg; |
86 | color: $color-panel-hilite-text; | ||
82 | } | 87 | } |
83 | |||