[gnome-themes-standard/parser: 3/19] menus: Split menu classes from menuitem classes
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 3/19] menus: Split menu classes from menuitem classes
- Date: Tue, 17 May 2011 18:53:04 +0000 (UTC)
commit f2432ee5b818409686e4d2df67ac5d612d150a61
Author: Benjamin Otte <otte redhat com>
Date: Sun May 15 14:36:43 2011 +0200
menus: Split menu classes from menuitem classes
https://bugzilla.gnome.org/show_bug.cgi?id=650270
themes/Adwaita/gtk-3.0/gtk-widgets.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 1827cbb..90679f8 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -602,14 +602,14 @@ GtkComboBox .button:prelight {
-GtkMenuBar-internal-padding: 0;
}
-.menubar.menuitem {
+.menubar .menuitem {
border-width: 0;
border-style: none;
padding: 3 5;
}
/* remove the image from the prelight areas */
-.menubar.menuitem:prelight {
+.menubar .menuitem:prelight {
background-image: none;
background-color: @menu_bg_color;
color: @menu_fg_color;
@@ -655,7 +655,7 @@ GtkComboBox .button:prelight {
border-color: darker (@theme_selected_bg_color);
}
-.menu.separator {
+.menu .separator {
border-color: @inactive_frame_color;
-GtkSeparatorMenuItem-horizontal-padding: 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]