summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen/gtk-3.0
diff options
context:
space:
mode:
authorjsane-h8ms <[email protected]>2022-04-21 03:21:10 +0200
committerGitHub <[email protected]>2022-04-21 09:21:10 +0800
commit793ce7a37465707a1deac6c757c7f25320d32a07 (patch)
tree783ca6b37eddb3a402e300e1dd9d93098cbc7cec /desktop-themes/TraditionalGreen/gtk-3.0
parent4f32d8ec9714820dc4fa903d919841d91c4360ee (diff)
downloadmate-themes-793ce7a37465707a1deac6c757c7f25320d32a07.tar.bz2
mate-themes-793ce7a37465707a1deac6c757c7f25320d32a07.tar.xz
Traditional*: Fix selectors for toolbar buttons (#302)
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets-img.css20
1 files changed, 10 insertions, 10 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;