summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-04 14:54:20 +0200
committerraveit65 <[email protected]>2016-04-04 14:54:20 +0200
commit5b33d54a844f931b0679a6d06c6ccb820dc7549c (patch)
tree9a351a36133801308dea59acd941eb705d4efaed /desktop-themes/Blue-Submarine
parentdddb0a70b8bb0f26f9298e68059cad9f26d9c950 (diff)
downloadmate-themes-5b33d54a844f931b0679a6d06c6ccb820dc7549c.tar.bz2
mate-themes-5b33d54a844f931b0679a6d06c6ccb820dc7549c.tar.xz
GTK+-3.20 submarine themes: fix jumping buttons in parole-mediaplayer inline-toolbar
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css16
1 files changed, 10 insertions, 6 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 775e83d5..e72fed7c 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -2873,7 +2873,7 @@ toolbar.primary-toolbar entry.progressbar {
/****************************
* Inline toolbars *
****************************
- * Buttons + dialog open *
+ * Buttons + dialog open *
****************************/
toolbar.inline-toolbar {
@@ -2921,6 +2921,7 @@ toolbar.inline-toolbar button:hover:active,
toolbar.inline-toolbar button:checked,
toolbar.inline-toolbar button:checked:hover,
toolbar.inline-toolbar button:checked:hover:active {
+ border-radius: 0px;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (shade(@button_base, 0.50)),
@@ -2935,6 +2936,7 @@ toolbar.inline-toolbar button:checked:hover:active {
}
toolbar.inline-toolbar button:hover {
+ padding: 2px 6px;
background-image: -gtk-gradient (linear,
left top, left bottom,
from (shade(@button_base, 1.03)),
@@ -2950,26 +2952,28 @@ toolbar.inline-toolbar button:disabled {
background-image: none;
}
-toolbar.inline-toolbar button *:disabled {
+toolbar.inline-toolbar button:disabled {
color: @insensitive_fg_color;
text-shadow: none;
-gtk-icon-shadow: none;
}
-toolbar.inline-toolbar button *:hover {
+toolbar.inline-toolbar button:hover {
color: @theme_text_color;
text-shadow: 0 1px @theme_shadow_color;
-gtk-icon-shadow: 1px 1px @theme_shadow_color;
}
-toolbar.inline-toolbar button *:active,
-toolbar.inline-toolbar button *:checked {
+toolbar.inline-toolbar button:checked {
color: @theme_selected_fg_color;
text-shadow: 0 1px @theme_selected_shadow_color;
-gtk-icon-shadow: 1px 1px @theme_selected_shadow_color;
}
-/* Stack switcher */
+/******************
+ * Stack switcher *
+ ******************/
+
stackswitcher > button > label,
headerbar stackswitcher > button.titlebutton > label,
headerbar.titlebar stackswitcher > button.titlebutton > label,