[gnome-themes-standard] Widget theme: fix combobox background in backdrop state. Proper styling for nautilus s



commit 3b7e071d496f72496a748a3e2ccdcfbfa6c806b6
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Tue Aug 7 22:13:30 2012 +0200

    Widget theme: fix combobox background in backdrop state. Proper styling for
                  nautilus search criteria bar in backdrop state.

 themes/Adwaita/gtk-3.0/gnome-applications.css      |   14 ++++++++++++--
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    2 ++
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index d5f59ec..4b172ff 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -114,10 +114,11 @@ NautilusToolbar .button *:active:insensitive {
 
 NautilusQueryEditor .primary-toolbar.toolbar {
     border-bottom-width: 0;
+    padding: 3px;
 }
 
 NautilusQueryEditor .toolbar {
-    padding-top: 4px;    
+    padding: 4px 4px 3px 4px;
 
     border-width: 1px 0 0 0;
     border-style: solid;
@@ -126,11 +127,20 @@ NautilusQueryEditor .toolbar {
     background-color: mix(@theme_bg_color, @theme_base_color, 0.5);
 }
 
-
 NautilusQueryEditor .toolbar:nth-child(2) {
     border-color: @borders;
 }
 
+NautilusQueryEditor .toolbar:backdrop {
+    background-color: @theme_unfocused_base_color;
+    border-color: @theme_unfocused_base_color;
+}
+
+NautilusQueryEditor .toolbar:backdrop:nth-child(2) {
+    border-color: @unfocused_borders;
+}
+
+
 /* gedit */
 
 GeditWindow .pane-separator, 
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
index 1e1337b..edbc6e2 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
@@ -98,6 +98,8 @@
 .toolbar .button.raised:backdrop,
 .toolbar .raised .button:backdrop,
 .toolbar .button:backdrop:hover,
+.toolbar GtkComboBox .button:backdrop,
+.toolbar GtkComboBox .button:backdrop:hover,
 .primary-toolbar .raised .button:backdrop:hover {
     background-image: none;
     background-color: @unfocused_button_background;



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