diff options
author | jsane-h8ms <[email protected]> | 2022-04-21 03:21:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-14 13:47:31 +0200 |
commit | 3e5fe8addd6d7e18aa7078281e85d25c7b73a191 (patch) | |
tree | 2747c4ddd69d8d37d84ae74d6219812171d2002f /desktop-themes | |
parent | 26a9f2f18d17a6636438cdf7a895855ad04711ae (diff) | |
download | mate-themes-3e5fe8addd6d7e18aa7078281e85d25c7b73a191.tar.bz2 mate-themes-3e5fe8addd6d7e18aa7078281e85d25c7b73a191.tar.xz |
Traditional*: Fix selectors for toolbar buttons (#302)
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css | 20 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css | 30 |
2 files changed, 25 insertions, 25 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css index 1fae2ec4..7050c852 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css @@ -547,22 +547,22 @@ toolbar.inline-toolbar button:active:last-child, toolbar.inline-toolbar button:focus:last-child, toolbar.inline-toolbar button:focus:active:last-child, toolbar.inline-toolbar button:disabled:last-child, -toolbar.inline-toolbar toolbutton button :last-child, -toolbar.inline-toolbar toolbutton button :last-child:active, -toolbar.inline-toolbar toolbutton button :last-child:focus, -toolbar.inline-toolbar toolbutton button :last-child:focus:active, -toolbar.inline-toolbar toolbutton button :last-child:disabled, +toolbar.inline-toolbar toolbutton button:last-child, +toolbar.inline-toolbar toolbutton button:last-child:active, +toolbar.inline-toolbar toolbutton button:last-child:focus, +toolbar.inline-toolbar toolbutton button:last-child:focus:active, +toolbar.inline-toolbar toolbutton button:last-child:disabled, /* Single button */ toolbar.inline-toolbar button:only-child, toolbar.inline-toolbar button:active:only-child, toolbar.inline-toolbar button:focus:only-child, toolbar.inline-toolbar button:focus:active:only-child, toolbar.inline-toolbar button:disabled:only-child, -toolbar.inline-toolbar toolbutton button :only-child, -toolbar.inline-toolbar toolbutton button :only-child:active, -toolbar.inline-toolbar toolbutton button :only-child:focus, -toolbar.inline-toolbar toolbutton button :only-child:focus:active, -toolbar.inline-toolbar toolbutton button :only-child:disabled { +toolbar.inline-toolbar toolbutton button:only-child, +toolbar.inline-toolbar toolbutton button:only-child:active, +toolbar.inline-toolbar toolbutton button:only-child:focus, +toolbar.inline-toolbar toolbutton button:only-child:focus:active, +toolbar.inline-toolbar toolbutton button:only-child:disabled { border-image: url("img/border-inline-button.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; border-radius: 3px; border-width: 1px 1px 2px 1px; diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css index 1fae2ec4..93f8036a 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets-img.css @@ -526,11 +526,11 @@ toolbar.inline-toolbar button:active:first-child, toolbar.inline-toolbar button:focus:first-child, toolbar.inline-toolbar button:focus:active:first-child, toolbar.inline-toolbar button:disabled:first-child, -toolbar.inline-toolbar toolbutton button :first-child, -toolbar.inline-toolbar toolbutton button :first-child:active, -toolbar.inline-toolbar toolbutton button :first-child:focus, -toolbar.inline-toolbar toolbutton button :first-child:focus:active, -toolbar.inline-toolbar toolbutton button :first-child:disabled, +toolbar.inline-toolbar toolbutton button:first-child, +toolbar.inline-toolbar toolbutton button:first-child:active, +toolbar.inline-toolbar toolbutton button:first-child:focus, +toolbar.inline-toolbar toolbutton button:first-child:focus:active, +toolbar.inline-toolbar toolbutton button:first-child:disabled, /* Rightmost button */ toolbar.primary-toolbar button.raised.linked:last-child, toolbar.primary-toolbar button.raised.linked:active:last-child, @@ -547,22 +547,22 @@ toolbar.inline-toolbar button:active:last-child, toolbar.inline-toolbar button:focus:last-child, toolbar.inline-toolbar button:focus:active:last-child, toolbar.inline-toolbar button:disabled:last-child, -toolbar.inline-toolbar toolbutton button :last-child, -toolbar.inline-toolbar toolbutton button :last-child:active, -toolbar.inline-toolbar toolbutton button :last-child:focus, -toolbar.inline-toolbar toolbutton button :last-child:focus:active, -toolbar.inline-toolbar toolbutton button :last-child:disabled, +toolbar.inline-toolbar toolbutton button:last-child, +toolbar.inline-toolbar toolbutton button:last-child:active, +toolbar.inline-toolbar toolbutton button:last-child:focus, +toolbar.inline-toolbar toolbutton button:last-child:focus:active, +toolbar.inline-toolbar toolbutton button:last-child:disabled, /* Single button */ toolbar.inline-toolbar button:only-child, toolbar.inline-toolbar button:active:only-child, toolbar.inline-toolbar button:focus:only-child, toolbar.inline-toolbar button:focus:active:only-child, toolbar.inline-toolbar button:disabled:only-child, -toolbar.inline-toolbar toolbutton button :only-child, -toolbar.inline-toolbar toolbutton button :only-child:active, -toolbar.inline-toolbar toolbutton button :only-child:focus, -toolbar.inline-toolbar toolbutton button :only-child:focus:active, -toolbar.inline-toolbar toolbutton button :only-child:disabled { +toolbar.inline-toolbar toolbutton button:only-child, +toolbar.inline-toolbar toolbutton button:only-child:active, +toolbar.inline-toolbar toolbutton button:only-child:focus, +toolbar.inline-toolbar toolbutton button:only-child:focus:active, +toolbar.inline-toolbar toolbutton button:only-child:disabled { border-image: url("img/border-inline-button.svg") 3 3 4 3 / 3px 3px 4px 3px repeat; border-radius: 3px; border-width: 1px 1px 2px 1px; |