diff options
author | raveit65 <[email protected]> | 2017-09-02 22:39:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-02 22:39:18 +0200 |
commit | ee834a592797b595969936bed4fe9d58abb349e8 (patch) | |
tree | 8b50b4e5e9f0af93ccaebc9985485a7254b123a8 /desktop-themes | |
parent | c899efcb8a4cb2e4608e95ad76c63bf0ad3b9d4c (diff) | |
download | mate-themes-ee834a592797b595969936bed4fe9d58abb349e8.tar.bz2 mate-themes-ee834a592797b595969936bed4fe9d58abb349e8.tar.xz |
gtk+-3.20 submarine themes: fix a jumpin button in headerbar of gitg
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
2 files changed, 2 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 ba9ae74a..ce7b7fd2 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3232,6 +3232,7 @@ calendar.header stackswitcher > button.titlebutton > image { toolbar .raised stackswitcher.linked.stack-switcher > button.text-button.radio,
stackswitcher.linked.stack-switcher > button.text-button.radio,
+stackswitcher.linked.stack-switcher > button.image-button.radio:checked:hover,
stackswitcher > button.text-button.radio,
stackswitcher > .linked.stackswitcher > button.text-button.radio,
stackswitcher > button.image-button.radio,
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 1fa0f60f..fc1a9537 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -3233,6 +3233,7 @@ calendar.header stackswitcher > button.titlebutton > image { toolbar .raised stackswitcher.linked.stack-switcher > button.text-button.radio,
stackswitcher.linked.stack-switcher > button.text-button.radio,
+stackswitcher.linked.stack-switcher > button.image-button.radio:checked:hover,
stackswitcher > button.text-button.radio,
stackswitcher > .linked.stackswitcher > button.text-button.radio,
stackswitcher > button.image-button.radio,
|