[gnome-themes-standard/parser: 18/20] menus: theme GtkComboBox menus in light theme.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 18/20] menus: theme GtkComboBox menus in light theme.
- Date: Wed, 18 May 2011 18:40:20 +0000 (UTC)
commit 8125154a9c95101be876312caf08e4f8bfc5d756
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue May 17 14:45:29 2011 -0400
menus: theme GtkComboBox menus in light theme.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 41 ++++++++++++++++++++++++++-----
1 files changed, 34 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f57874d..b95bf50 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -576,18 +576,45 @@ GtkComboBox .button *:prelight {
/*********
* Menus *
*********/
+/* combobox menus */
+GtkTreeMenu.menu {
+ background-color: @theme_base_color;
+}
-.menu * {
- background-color: @menu_bg_color;
- color: @menu_fg_color;
+GtkTreeMenu.menu.button {
+ background-image: none;
+ background-color: @theme_base_color;
+ color: @internal_element_color;
+}
+
+GtkTreeMenu.menu.button:hover {
+ background-image: none;
+ background-color: @theme_base_color;
+ color: @theme_text_color;
+}
+
+GtkTreeMenu.menu.button:insensitive {
+ background-color: @theme_base_color;
+ color: lighter(@internal_element_color);
+}
+
+GtkTreeMenu .menuitem {
+ padding: 2;
+
+ border-style: solid;
+ border-width: 1 0;
+ border-color: @progressbar_border;
+}
+
+GtkTreeMenu .menuitem * {
+ color: @theme_text_color;
}
.menu {
background-color: @menu_bg_color;
- border-style: solid;
- border-width: 0;
- border-radius: 0;
- border-color: @inactive_frame_color;
+ color: @menu_fg_color;
+
+ border-style: none;
}
/* this controls the general appearance of the menubar */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]