[gnome-themes-standard] Widgets: colorchooser, remove the dropshadow and style the + button.



commit a75b510c8fd02670d3433b75d041e4a740aa035d
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sat Feb 18 19:20:05 2012 +0100

    Widgets: colorchooser, remove the dropshadow and style the + button.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index a737fcc..970ef45 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -357,6 +357,15 @@ GtkColorSwatch.bottom {
     border-bottom-right-radius: 6px;
 }
 
+GtkColorChooserWidget > GtkBox > GtkBox > GtkColorSwatch:first-child {
+    background-clip: padding-box;
+    border-color: mix(@borders, @theme_bg_color, 0.5);
+    /* background-color: mix(@borders, @theme_bg_color, 0.5); background doesn't work right yet
+    color: @theme_bg_color; */
+    color: mix(@borders, @theme_bg_color, 0.5);
+    box-shadow: none;
+}
+
 .color-active-badge,
 .color-active-badge:selected {
     background-color: @theme_bg_color;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]