From d6fd736c3315650d2ec5747e458e713e89808baa Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 6 Jun 2016 15:29:29 +0200 Subject: GTK+-3.14 Submarine themes: fix bg color of titlebar stackswitcher --- .../Green-Submarine/gtk-3.0/gtk-widgets.css | 46 ++++++++++++++++------ 1 file changed, 34 insertions(+), 12 deletions(-) (limited to 'desktop-themes/Green-Submarine/gtk-3.0') 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 6903145d..9551d788 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -5337,6 +5337,9 @@ GtkModelButton.button:selected, .titlebar .linked .button:checked:hover, .titlebar .button.raised.linked:checked:hover, .titlebar .raised.linked .button:checked:hover, +.titlebar .linked .button:checked, +.titlebar .button.raised.linked:checked, +.titlebar .raised.linked .button:checked, .titlebar .linked .button:active:active, .titlebar .button.raised.linked:active:active, .titlebar .raised.linked .button:active:active, @@ -5345,7 +5348,10 @@ GtkModelButton.button:selected, .titlebar .raised.linked .button:checked:active, .titlebar .linked .button:checked:hover, .titlebar .button.raised.linked:checked:hover, -.titlebar .raised.linked .button:checked:hover { +.titlebar .raised.linked .button:checked:hover, +.titlebar .linked .button:checked:focus, +.titlebar .button.raised.linked:checked:focus, +.titlebar .raised.linked .button:checked:focus { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@menu_bg_dark_color, 2.03)), @@ -5355,6 +5361,7 @@ GtkModelButton.button:selected, inset 1px 0px shade(@selected_bg_color, 0.97), inset -1px 0px shade(@selected_bg_color, 0.93), inset 0px -1px shade(@selected_bg_color, 0.93); + color: @theme_fg_dark_color; } /* Leftmost titlebar-button */ @@ -5395,6 +5402,12 @@ GtkModelButton.button:selected, .titlebar .linked .button:active:hover:first-child, .titlebar .button.raised.linked:active:hover:first-child, .titlebar .raised.linked .button:active:hover:first-child, +.titlebar .linked .button:checked:first-child, +.titlebar .button.raised.linked:checked:first-child, +.titlebar .raised.linked .button:checked:first-child, +.titlebar .linked .button:focus:checked:first-child, +.titlebar .button.raised.linked:focus:checked:first-child, +.titlebar .raised.linked .button:focus:checked:first-child, .titlebar .linked .button:checked:hover:first-child, .titlebar .button.raised.linked:checked:hover:first-child, .titlebar .raised.linked .button:checked:hover:first-child, @@ -5419,25 +5432,28 @@ GtkModelButton.button:selected, } /* rightmost titlebar-button */ -.titlebar .linked .button:last-child, .titlebar .linked .button:hover:last-child, -.titlebar .button.raised.linked:last-child, -.titlebar .raised.linked .button:last-child, -.titlebar .linked .button:active:last-child, .titlebar .linked .button:active:hover:last-child, -.titlebar .button.raised.linked:active:last-child, .titlebar .button.raised.linked:active:hover:last-child, -.titlebar .raised.linked .button:active:last-child, .titlebar .raised.linked .button:active:hover:last-child, .titlebar .linked .button:checked:last-child, -.titlebar .linked .button:checked:hover:last-child, .titlebar .button.raised.linked:checked:last-child, -.titlebar .button.raised.linked:checked:hover:last-child, .titlebar .raised.linked .button:checked:last-child, +.titlebar .linked .button:focus:checked:last-child, +.titlebar .button.raised.linked:focus:checked:last-child, +.titlebar .raised.linked .button:focus:checked:last-child, +.titlebar .linked .button:checked:hover:last-child, +.titlebar .button.raised.linked:checked:hover:last-child, .titlebar .raised.linked .button:checked:hover:last-child, -.titlebar .linked .button:insensitive:last-child, -.titlebar .button.raised.linked:insensitive:last-child, -.titlebar .raised.linked .button:insensitive:last-child { +.titlebar .linked .button:active:active:last-child, +.titlebar .button.raised.linked:active:active:last-child, +.titlebar .raised.linked .button:active:active:last-child, +.titlebar .linked .button:checked:active:last-child, +.titlebar .button.raised.linked:checked:active:last-child, +.titlebar .raised.linked .button:checked:active:last-child, +.titlebar .linked .button:checked:hover:last-child, +.titlebar .button.raised.linked:checked:hover:last-child, +.titlebar .raised.linked .button:checked:hover:last-child { background-image: -gtk-gradient (linear, left top, left bottom, from (shade(@button_raised_gradient_color_b, 0.90)), @@ -5456,6 +5472,12 @@ GtkModelButton.button:selected, .titlebar .linked .button:active:hover:last-child, .titlebar .button.raised.linked:active:hover:last-child, .titlebar .raised.linked .button:active:hover:last-child, +.titlebar .linked .button:checked:last-child, +.titlebar .button.raised.linked:checked:last-child, +.titlebar .raised.linked .button:checked:last-child, +.titlebar .linked .button:focus:checked:last-child, +.titlebar .button.raised.linked:focus:checked:last-child, +.titlebar .raised.linked .button:focus:checked:last-child, .titlebar .linked .button:checked:hover:last-child, .titlebar .button.raised.linked:checked:hover:last-child, .titlebar .raised.linked .button:checked:hover:last-child, -- cgit v1.2.1