[gnome-themes-standard/parser: 4/19] menus: Use correct classes for menuitems
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 4/19] menus: Use correct classes for menuitems
- Date: Tue, 17 May 2011 18:53:09 +0000 (UTC)
commit ce81194364bac8b5b163079f9cc57c03d1ced3d2
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 90679f8..add93c6 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]