summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-11-22 21:51:30 +0100
committerraveit65 <[email protected]>2017-11-22 21:51:30 +0100
commit895763f0e5dd51d2baa16b708fcc32814ae02017 (patch)
treea096cfd8b42366749c534a686805be56e804d887
parentc06336ff4a4877c8e8d0ae6f030978ea9a555beb (diff)
downloadmate-themes-895763f0e5dd51d2baa16b708fcc32814ae02017.tar.bz2
mate-themes-895763f0e5dd51d2baa16b708fcc32814ae02017.tar.xz
submarine themes: fix fg color of button.suggested-action in headerbars
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css10
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css10
2 files changed, 20 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 4014d2a0..ddb5c795 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -6105,6 +6105,16 @@ headerbar.titlebar .linked button.image-button:disabled {
box-shadow: none;
}
+/* ie. gitg */
+headerbar.titlebar button.default.text-button.suggested-action,
+headerbar.titlebar button.default.text-button.suggested-action:focus {
+ color: @theme_fg_dark_color;
+}
+
+headerbar.titlebar button.default.text-button.suggested-action:hover {
+ color: shade (@theme_selected_bg_color, 1.6);
+}
+
headerbar > button.text-button:hover,
headerbar > button.text-button:focus,
headerbar > button.text-button,
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 532bf421..463a94c5 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -6105,6 +6105,16 @@ headerbar.titlebar .linked button.image-button:disabled {
box-shadow: none;
}
+/* ie. gitg */
+headerbar.titlebar button.default.text-button.suggested-action,
+headerbar.titlebar button.default.text-button.suggested-action:focus {
+ color: @theme_fg_dark_color;
+}
+
+headerbar.titlebar button.default.text-button.suggested-action:hover {
+ color: shade (@theme_selected_bg_color, 1.3);
+}
+
headerbar > button.text-button:hover,
headerbar > button.text-button:focus,
headerbar > button.text-button,