From 00fba42165b1b6e078b1703e6bc3616630f716f4 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 22 Nov 2017 21:51:30 +0100 Subject: submarine themes: fix fg color of button.suggested-action in headerbars --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 10 ++++++++++ desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 10 ++++++++++ 2 files changed, 20 insertions(+) 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 7fb78817..8dc14455 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -6099,6 +6099,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 bc59f645..f7446eaf 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -6099,6 +6099,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, -- cgit v1.2.1