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 /css | |
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 'css')
-rwxr-xr-x | css/ninja.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/ninja.css b/css/ninja.css index e3d560ab..1a6bd654 100755 --- a/css/ninja.css +++ b/css/ninja.css | |||
@@ -677,7 +677,9 @@ nav.menuBar ul li:hover ul, nav.menuBar ul ul li:hover ul, nav.menuBar ul ul ul | |||
677 | 677 | ||
678 | .toolOptionsSpacer { margin-right: 9px; } | 678 | .toolOptionsSpacer { margin-right: 9px; } |
679 | 679 | ||
680 | .toolColorChipCtrl { width: 18px; height: 18px; margin-top: 1px; margin-left: 3px; margin-right: 8px; border: 1px black solid; } | 680 | .toolColorChipCtrl { width: 16px; height: 16px; border: 1px #000 solid; } |
681 | |||
682 | .toolColorChipContainer { background: url(../../../../../images/colorpanel/transparent.png) repeat; width: 18px; height: 18px; margin-top: 1px; margin-left: 3px; margin-right: 8px; border: 1px #777 solid; } | ||
681 | 683 | ||
682 | .toolColorChipIcon { width: 20px; height: 20px; margin-top: 1px; -webkit-transform: scale(0.8); background-color: #282828; } | 684 | .toolColorChipIcon { width: 20px; height: 20px; margin-top: 1px; -webkit-transform: scale(0.8); background-color: #282828; } |
683 | 685 | ||