diff options
author | Kruti Shah | 2012-06-26 10:18:21 -0700 |
---|---|---|
committer | Kruti Shah | 2012-06-26 10:18:21 -0700 |
commit | b64821534abbbf9e0cc44f5c84da1e37a14d756b (patch) | |
tree | 5c8f72007d8e9c2cc52253311fd3f45a6d75cc8e /js/panels/Timeline/Style.reel/scss | |
parent | 4b4a95140d52e191e5e637371dfc369e50e7f9c8 (diff) | |
download | ninja-b64821534abbbf9e0cc44f5c84da1e37a14d756b.tar.gz |
BugFix - Color Chip Positioning & Checking for null value of the current color
Signed-off-by: Kruti Shah <kruti.shah@motorola.com>
Diffstat (limited to 'js/panels/Timeline/Style.reel/scss')
-rw-r--r-- | js/panels/Timeline/Style.reel/scss/Style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/panels/Timeline/Style.reel/scss/Style.scss b/js/panels/Timeline/Style.reel/scss/Style.scss index c5287b00..ca719955 100644 --- a/js/panels/Timeline/Style.reel/scss/Style.scss +++ b/js/panels/Timeline/Style.reel/scss/Style.scss | |||
@@ -85,3 +85,7 @@ div.style-row .container-propvals { | |||
85 | background-color: $color-panel-hilite-bg; | 85 | background-color: $color-panel-hilite-bg; |
86 | color: $color-panel-hilite-text; | 86 | color: $color-panel-hilite-text; |
87 | } | 87 | } |
88 | |||
89 | .color-chip-position{ | ||
90 | margin-top:0px; | ||
91 | } | ||