From 49e11cce3885e492ef2ef81ac5c0f4288690fc82 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Mon, 11 Apr 2016 12:37:36 +0200 Subject: Gtk+-3.18: adjust border-radius of of inline-toolbar buttons - fixes focus:hover:active state in parole-media-player and rhythmbox --- desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 9 +++++++++ 1 file changed, 9 insertions(+) (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 cf97f5ac..d6381d4a 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -1894,6 +1894,7 @@ GtkColorButton.button { /* Middle button */ .inline-toolbar.toolbar .button, +.inline-toolbar.toolbar .button:focus:hover:active, .inline-toolbar.toolbar .button:checked, .inline-toolbar.toolbar .button:insensitive, .inline-toolbar.toolbar GtkToolButton > .button, @@ -1913,6 +1914,7 @@ GtkColorButton.button { } .inline-toolbar.toolbar .button:hover:active, +.inline-toolbar.toolbar .button:focus:hover:active, .inline-toolbar.toolbar .button:checked, .inline-toolbar.toolbar .button:checked:hover, .inline-toolbar.toolbar .button:checked:hover:active, @@ -1932,6 +1934,7 @@ GtkColorButton.button { /* Leftmost button */ .inline-toolbar.toolbar .button:first-child, +.inline-toolbar.toolbar .button:focus:hover:active:first-child, .inline-toolbar.toolbar .button:checked:first-child, .inline-toolbar.toolbar .button:insensitive:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button, @@ -1946,6 +1949,7 @@ GtkColorButton.button { } .inline-toolbar.toolbar .button:hover:active:first-child, +.inline-toolbar.toolbar .button:focus:hover:active:first-child, .inline-toolbar.toolbar .button:checked:first-child, .inline-toolbar.toolbar .button:checked:hover:first-child, .inline-toolbar.toolbar .button:checked:hover:active:first-child, @@ -1965,6 +1969,7 @@ GtkColorButton.button { /* Rightmost button */ .inline-toolbar.toolbar .button:last-child, +.inline-toolbar.toolbar .button:focus:hover:active:last-child, .inline-toolbar.toolbar .button:checked:last-child, .inline-toolbar.toolbar .button:insensitive:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button, @@ -1981,6 +1986,7 @@ GtkColorButton.button { } .inline-toolbar.toolbar .button:hover:active:last-child, +.inline-toolbar.toolbar .button:focus:hover:active:last-child, .inline-toolbar.toolbar .button:checked:last-child, .inline-toolbar.toolbar .button:checked:hover:last-child, .inline-toolbar.toolbar .button:checked:hover:active:last-child, @@ -2002,6 +2008,8 @@ GtkColorButton.button { /* Single button */ .inline-toolbar.toolbar .button:only-child, +.inline-toolbar.toolbar .button:hover:active:only-child, +.inline-toolbar.toolbar .button:focus:hover:active:only-child, .inline-toolbar.toolbar .button:checked:only-child, .inline-toolbar.toolbar .button:insensitive:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button, @@ -2016,6 +2024,7 @@ GtkColorButton.button { } .inline-toolbar.toolbar .button:hover:active:only-child, +.inline-toolbar.toolbar .button:focus:hover:active:only-child, .inline-toolbar.toolbar .button:checked:only-child, .inline-toolbar.toolbar .button:checked:hover:only-child, .inline-toolbar.toolbar .button:checked:hover:active:only-child, -- cgit v1.2.1