From 7615da5c6ba54bd082eac4b8a6d9196084e5c590 Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Wed, 20 Jun 2012 16:45:29 -0700 Subject: 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. --- js/panels/properties.reel/properties.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'js/panels') diff --git a/js/panels/properties.reel/properties.css b/js/panels/properties.reel/properties.css index 84f52ed4..d1aa750a 100755 --- a/js/panels/properties.reel/properties.css +++ b/js/panels/properties.reel/properties.css @@ -239,8 +239,9 @@ padding-right:6px; } .propertiesPanel .colortoolbar div { - margin: 0px 10px 0px 20px; + margin: 0px 5px 0px 10px; clear:none; + float: left; } /* color select */ @@ -250,6 +251,13 @@ padding-right:6px; clear:none; } +.propertiesPanel .colortoolbar .chipContainer { + margin-top: 2px; + background: url(../../../../../images/colorpanel/transparent.png) repeat; + width: 40px; + height: 20px; +} + .propertiesPanel .button:active { outline: none; } -- cgit v1.2.3