diff options
author | raveit65 <[email protected]> | 2017-08-24 21:39:42 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-24 21:39:42 +0200 |
commit | 05b766f2e55590dce11e46b9c3db547288f2402a (patch) | |
tree | 8e347631cf983bacb5470bc6d7b1a04d43dc2c91 /desktop-themes/Green-Submarine | |
parent | 1d871265d73c16e2d819aa7c1fb4f7ce824e8a22 (diff) | |
download | mate-themes-05b766f2e55590dce11e46b9c3db547288f2402a.tar.bz2 mate-themes-05b766f2e55590dce11e46b9c3db547288f2402a.tar.xz |
Gtk+-3.20 Most themes: style menuitem accelerator hover
Fixes https://github.com/mate-desktop/mate-themes/issues/192
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/menu.css | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/menu.css b/desktop-themes/Green-Submarine/gtk-3.0/menu.css index 3fb5d7aa..1a319e7f 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/menu.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/menu.css @@ -135,12 +135,22 @@ menu > menuitem:disabled, text-shadow: none; } -menu > menuitem accelerator:disabled, -.menu > menuitem accelerator:disabled { +menu > menuitem accelerator, +.menu > menuitem accelerator { + color: alpha (@menu_fg_dark_color, 0.8); +} + +menu > menuitem:disabled > label > accelerator, +.menu > menuitem:disabled > label > accelerator { color: alpha (mix (@menu_fg_dark_color, @menu_bg_dark_color, 0.4), 0.8); text-shadow: none; } +menu > menuitem:hover > label > accelerator, +.menu > menuitem:hover > label > accelerator { + color: alpha (@theme_selected_fg_color, 0.8); +} + menuitem:disabled image, .menuitem:disabled image, menuitem:active:disabled image, @@ -159,15 +169,6 @@ combobox #gtk-combobox-popup-menu menuitem:hover cellview { color: shade (@theme_selected_bg_color, 1.6); } -menuitem accelerator { - color: alpha (@menu_fg_dark_color, 0.8); -} - -menuitem accelerator:hover, -menuitem accelerator:active { - color: alpha (@theme_selected_fg_color, 0.8); -} - menuitem > arrow { min-height: 16px; min-width: 16px; |