[gnome-themes-standard/parser: 4/20] menus: Use correct classes for menuitems



commit 703f6e99a9327ed640b26d9a635361e5e3993993
Author: Benjamin Otte <otte redhat com>
Date:   Sun May 15 14:43:12 2011 +0200

    menus: Use correct classes for menuitems
    
    .menu.check doesn't describe checks of menuitems, but checks of menus.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=650270

 themes/Adwaita/gtk-3.0/gtk-widgets.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 0e73960..2e00d18 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -655,7 +655,7 @@ GtkComboBox .button:prelight {
     border-color: darker (@theme_selected_bg_color);
 }
 
-.menu .separator {
+.menuitem.separator {
     border-color: @inactive_frame_color;
 
     -GtkSeparatorMenuItem-horizontal-padding: 0;
@@ -663,19 +663,19 @@ GtkComboBox .button:prelight {
 }
 
 /* menu radio and check items are drawn differently */
-.menu.check:active {
+.menuitem.check:active {
     color: @menu_controls_color;
 }
 
-.menu.radio:active {
+.menuitem.radio:active {
     color: @menu_controls_color;
 }
 
-.menu.check:prelight {
+.menuitem.check:prelight {
     color: @theme_selected_fg_color;
 }
 
-.menu.radio:prelight {
+.menuitem.radio:prelight {
     color: @theme_selected_fg_color;
 }
 



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