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/Blue-Submarine/gtk-3.0/gtk-widgets.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'desktop-themes/Blue-Submarine/gtk-3.0') 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 a4d4ab2e..9f898c5f 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -1893,6 +1893,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, @@ -1912,6 +1913,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, @@ -1931,6 +1933,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, @@ -1945,6 +1948,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, @@ -1963,6 +1967,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, @@ -1979,6 +1984,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, @@ -2000,6 +2006,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, @@ -2014,6 +2022,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