diff options
author | raveit65 <[email protected]> | 2018-10-27 18:40:33 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-27 18:44:05 +0200 |
commit | f19116fe4ad63822ecc0c4bf1b36377ed011cbc0 (patch) | |
tree | e2ffc8c874f39b3b25ddcea25ab808bf8b7e6209 | |
parent | c290183644aeb752d4d8952190a26be5219dc70e (diff) | |
download | mate-themes-f19116fe4ad63822ecc0c4bf1b36377ed011cbc0.tar.bz2 mate-themes-f19116fe4ad63822ecc0c4bf1b36377ed011cbc0.tar.xz |
submarine: fix font-color headerbar button.default
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 0e324792..50fe7c4c 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-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,
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,
|