diff options
author | raveit65 <[email protected]> | 2017-11-22 21:51:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-22 21:52:35 +0100 |
commit | c97d7c0bbfbad8413200fb66a763f1f3544dc257 (patch) | |
tree | c067d6a10890af6cafc67592906a6793f47522c4 /desktop-themes/Green-Submarine | |
parent | 3531b374675f2f33579cf242529c36e8409bcd7a (diff) | |
download | mate-themes-c97d7c0bbfbad8413200fb66a763f1f3544dc257.tar.bz2 mate-themes-c97d7c0bbfbad8413200fb66a763f1f3544dc257.tar.xz |
submarine themes: fix fg color of button.suggested-action in headerbars
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 10 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 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,
|