[gnome-themes-standard] menus: make sure combobox menu labels get the right colors



commit 541f5c1a819386e03d7e953dcfdf762af4162290
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 9 13:54:05 2011 -0400

    menus: make sure combobox menu labels get the right colors

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   37 ++++++++++++++++---------------
 1 files changed, 19 insertions(+), 18 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index c716f84..d878d48 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -571,6 +571,20 @@ GtkComboBox .button:prelight {
  * Menus *
  *********/
 
+* .menu {
+    background-color: @menu_bg_color;
+    color: @menu_fg_color;
+}
+
+.menu {
+    border-style: solid;
+    border-width: 0;
+    border-radius: 0;
+    border-color: @inactive_frame_color;
+
+    -GtkMenuItem-arrow-scaling: 0.4;
+}
+
 /* this controls the general appearance of the menubar */
 .menubar {
     background-image: -gtk-gradient (linear,
@@ -587,35 +601,22 @@ GtkComboBox .button:prelight {
     -GtkMenuBar-internal-padding: 0;
 }
 
-/* remove the image from the prelight areas */
-.menubar.menuitem:prelight {
-    background-image: none;
-    background-color: @menu_bg_color;
-    color: @menu_fg_color;
-
-    border-style: solid;
-    border-radius: 5;
-    border-width: 0;
-    border-color: @inactive_frame_color;
-}
-
 .menubar.menuitem {
     border-width: 0;
     border-style: none;
     padding: 3 5;
 }
 
-.menu {
-    padding: 0;
-
+/* remove the image from the prelight areas */
+.menubar.menuitem:prelight {
+    background-image: none;
     background-color: @menu_bg_color;
     color: @menu_fg_color;
+
     border-style: solid;
+    border-radius: 5;
     border-width: 0;
-    border-radius: 0;
     border-color: @inactive_frame_color;
-
-    -GtkMenuItem-arrow-scaling: 0.4;
 }
 
 .menuitem:insensitive {



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