diff options
author | Jose Antonio Marquez | 2012-06-20 16:45:29 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-20 16:45:29 -0700 |
commit | 7615da5c6ba54bd082eac4b8a6d9196084e5c590 (patch) | |
tree | d3f991a879ae252cbdeb3b88fd9229147367cc9c /js/components/tools-properties/pen-properties.reel/pen-properties.html | |
parent | fe569a08853fe986849b6496384d01f3abb65e40 (diff) | |
download | ninja-7615da5c6ba54bd082eac4b8a6d9196084e5c590.tar.gz |
Adding transparent background to color chip buttons
Add a transparent pattern to the background of color chips consumed in the app, this way you can preview colors in alpha. This was lost, just added back again. Not a big change, just minor CSS, so should only be quickly tested prior to merge.
Diffstat (limited to 'js/components/tools-properties/pen-properties.reel/pen-properties.html')
-rwxr-xr-x | js/components/tools-properties/pen-properties.reel/pen-properties.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.html b/js/components/tools-properties/pen-properties.reel/pen-properties.html index adb5cd7d..c77ac660 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.html +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.html | |||
@@ -51,9 +51,9 @@ | |||
51 | <div class="nj-divider divider-vertical toolOptionsSpacer"> </div> | 51 | <div class="nj-divider divider-vertical toolOptionsSpacer"> </div> |
52 | 52 | ||
53 | <div class="toolColorChipIcon PencilTool"></div> | 53 | <div class="toolColorChipIcon PencilTool"></div> |
54 | <div data-montage-id="strokeColorCtrl" class="toolColorChipCtrl"></div> | 54 | <div class="toolColorChipContainer"><div data-montage-id="strokeColorCtrl" class="toolColorChipCtrl"></div></div> |
55 | <div class="toolColorChipIcon FillTool"></div> | 55 | <div class="toolColorChipIcon FillTool"></div> |
56 | <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div> | 56 | <div class="toolColorChipContainer"><div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div></div> |
57 | <div class="nj-divider divider-vertical"> </div> | 57 | <div class="nj-divider divider-vertical"> </div> |
58 | <label class="label"> Stroke:</label> | 58 | <label class="label"> Stroke:</label> |
59 | <div data-montage-id="strokeSize" class="label"></div> | 59 | <div data-montage-id="strokeSize" class="label"></div> |