[gnome-themes-standard] menus: use a different color for menu accelerators
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] menus: use a different color for menu accelerators
- Date: Wed, 16 Mar 2011 18:46:59 +0000 (UTC)
commit 414e6780ef186a668807c1b27a19fd516a889288
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Mar 16 14:07:13 2011 -0400
menus: use a different color for menu accelerators
themes/Adwaita/gtk-3.0/gtk.css | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index c5e39bd..4cc56ca 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -591,6 +591,15 @@ GtkComboBox.button {
-adwaita-menuitem-arrow-color: @menu_controls_color;
}
+.menuitem.accelerator {
+ color: alpha (@theme_text_color, 0.66);
+}
+
+.menuitem.accelerator:prelight,
+.menuitem.accelerator:active {
+ color: alpha (@theme_base_color, 0.49);
+}
+
.menuitem:active,
.menuitem:prelight {
background-color: @selected_bg_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]