diff options
author | raveit65 <[email protected]> | 2017-09-02 22:39:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-02 22:42:54 +0200 |
commit | fff8a67dd3e5d76cf9799e661b070d94634707ca (patch) | |
tree | 944679733ca247f477fbbc75f2ab0e6a4c8d0781 /desktop-themes | |
parent | 790ad113ad920425f63b4fcc8cfb1963301aad99 (diff) | |
download | mate-themes-fff8a67dd3e5d76cf9799e661b070d94634707ca.tar.bz2 mate-themes-fff8a67dd3e5d76cf9799e661b070d94634707ca.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 b4b3c615..677ae339 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 8c45c887..b6afd6dd 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,
|