diff options
author | raveit65 <[email protected]> | 2018-10-27 18:40:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-27 18:40:33 +0200 |
commit | f9cb65617399b26c17e44e79a91bd2dae416b3f9 (patch) | |
tree | dc54415347fd89e144d4747d21839201a663dd73 /desktop-themes/Green-Submarine | |
parent | eb9ca05d4b62eadec6d6435fb890fc8bef793378 (diff) | |
download | mate-themes-f9cb65617399b26c17e44e79a91bd2dae416b3f9.tar.bz2 mate-themes-f9cb65617399b26c17e44e79a91bd2dae416b3f9.tar.xz |
submarine: fix font-color headerbar button.default
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 314bf0a2..c3785c36 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6096,6 +6096,7 @@ headerbar button:backdrop { to (shade(@theme_unfocused_bg_color, 0.85)));
}
+headerbar button.default,
headerbar button:hover,
headerbar button:checked,
headerbar button:hover:active,
|