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/Style.html | |
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/Style.html')
-rw-r--r-- | js/panels/Timeline/Style.reel/Style.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/panels/Timeline/Style.reel/Style.html b/js/panels/Timeline/Style.reel/Style.html index cdc355e7..f141fc1c 100644 --- a/js/panels/Timeline/Style.reel/Style.html +++ b/js/panels/Timeline/Style.reel/Style.html | |||
@@ -80,7 +80,7 @@ | |||
80 | </div> | 80 | </div> |
81 | <div class="cell-value value-editor editor-color hidden"> | 81 | <div class="cell-value value-editor editor-color hidden"> |
82 | <div data-montage-id="value-editor-color"> | 82 | <div data-montage-id="value-editor-color"> |
83 | <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div> | 83 | <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl color-chip-position"></div> |
84 | </div> | 84 | </div> |
85 | </div> | 85 | </div> |
86 | <div class="cell-value value-editor editor-input hidden"> | 86 | <div class="cell-value value-editor editor-input hidden"> |