summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Ulbrich <[email protected]>2016-04-11 12:37:36 +0200
committerWolfgang Ulbrich <[email protected]>2016-04-11 12:37:36 +0200
commit49e11cce3885e492ef2ef81ac5c0f4288690fc82 (patch)
tree0fbc2b5c3452410aff8c234c62b49c25082ec7b6
parent073dd12897ac9a002419c6ce793da028ddc68e33 (diff)
downloadmate-themes-49e11cce3885e492ef2ef81ac5c0f4288690fc82.tar.bz2
mate-themes-49e11cce3885e492ef2ef81ac5c0f4288690fc82.tar.xz
Gtk+-3.18: adjust border-radius of of inline-toolbar buttons
- fixes focus:hover:active state in parole-media-player and rhythmbox
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css9
2 files changed, 18 insertions, 0 deletions
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,
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,