summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-10-27 18:40:33 +0200
committerraveit65 <[email protected]>2018-10-27 18:40:33 +0200
commitf9cb65617399b26c17e44e79a91bd2dae416b3f9 (patch)
treedc54415347fd89e144d4747d21839201a663dd73
parenteb9ca05d4b62eadec6d6435fb890fc8bef793378 (diff)
downloadmate-themes-f9cb65617399b26c17e44e79a91bd2dae416b3f9.tar.bz2
mate-themes-f9cb65617399b26c17e44e79a91bd2dae416b3f9.tar.xz
submarine: fix font-color headerbar button.default
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css1
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css1
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,