aboutsummaryrefslogtreecommitdiff
path: root/js/components/tools-properties/tag-properties.reel
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-06-20 16:45:29 -0700
committerJose Antonio Marquez2012-06-20 16:45:29 -0700
commit7615da5c6ba54bd082eac4b8a6d9196084e5c590 (patch)
treed3f991a879ae252cbdeb3b88fd9229147367cc9c /js/components/tools-properties/tag-properties.reel
parentfe569a08853fe986849b6496384d01f3abb65e40 (diff)
downloadninja-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/tag-properties.reel')
-rwxr-xr-xjs/components/tools-properties/tag-properties.reel/tag-properties.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/components/tools-properties/tag-properties.reel/tag-properties.html b/js/components/tools-properties/tag-properties.reel/tag-properties.html
index 87f87aff..082384db 100755
--- a/js/components/tools-properties/tag-properties.reel/tag-properties.html
+++ b/js/components/tools-properties/tag-properties.reel/tag-properties.html
@@ -48,7 +48,7 @@
48 <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div> 48 <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div>
49 49
50 <div class="toolColorChipIcon FillTool"></div> 50 <div class="toolColorChipIcon FillTool"></div>
51 <div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div> 51 <div class="toolColorChipContainer"><div data-montage-id="fillColorCtrl" class="toolColorChipCtrl"></div></div>
52 <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div> 52 <div class="nj-divider divider-vertical toolOptionsSpacer">&nbsp;</div>
53 53
54 <div id="classNameContainer"> 54 <div id="classNameContainer">