[gnome-themes-standard] menuitem: make the insensitive text color a bit darker
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] menuitem: make the insensitive text color a bit darker
- Date: Thu, 1 Sep 2011 19:14:51 +0000 (UTC)
commit d5a8558015d2d780347cf91226bb47a054df57ee
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Sep 1 15:14:31 2011 -0400
menuitem: make the insensitive text color a bit darker
themes/Adwaita/gtk-3.0/gtk-widgets.css | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index cf71f19..0de6a0f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -712,9 +712,11 @@ GtkTreeMenu .menuitem * {
.menuitem:insensitive,
.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);
- background-color: shade (@menu_bg_color, 1.10);
+ color: mix (@menu_fg_color, @menu_bg_color, 0.6);
+}
+
+.menuitem .accelerator:insensitive {
+ color: mix (@menu_fg_color, @menu_bg_color, 0.7);
}
.menuitem .accelerator {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]