[gnome-themes-standard/parser: 1/19] menus: Add hack to properly render prelit menubar labels
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 1/19] menus: Add hack to properly render prelit menubar labels
- Date: Tue, 17 May 2011 18:52:54 +0000 (UTC)
commit d29f68ab0087576691910baf6179c408b304daf9
Author: Benjamin Otte <otte redhat com>
Date: Sun May 15 14:49:13 2011 +0200
menus: Add hack to properly render prelit menubar labels
https://bugzilla.gnome.org/show_bug.cgi?id=650270
themes/Adwaita/gtk-3.0/gtk-widgets.css | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index e93c29f..71a1e79 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -619,6 +619,11 @@ GtkComboBox .button:prelight {
border-color: @inactive_frame_color;
}
+/* XXX: Needs fixage in GTK to inherit properly */
+.menubar .menuitem *:prelight {
+ color: @menu_fg_color;
+}
+
.menuitem:insensitive {
/* there is some weird alpha precomposing issues with this - ghosts on dark background */
color: mix (@menu_fg_color, @menu_bg_color, 0.8);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]