diff options
author | raveit65 <[email protected]> | 2016-03-08 20:19:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-08 20:19:27 +0100 |
commit | a2be0d3debc38fe95d4deca4d77a70da9e189039 (patch) | |
tree | b612ebd6295740b6a3a89b2019713f65bd21b6f0 | |
parent | 599478a07987c1da14a263e730084e6498339a87 (diff) | |
download | mate-themes-a2be0d3debc38fe95d4deca4d77a70da9e189039.tar.bz2 mate-themes-a2be0d3debc38fe95d4deca4d77a70da9e189039.tar.xz |
GTK+-3.20 Traditional themes: adjust size of spinbutton buttons
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 4 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 2b7adf12..ca06f8e7 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1113,7 +1113,7 @@ spinbutton > button:focus, spinbutton > button:focus:active { background-color: transparent; color: @internal_element_color; - padding: 2px 6px; + padding: 6px; border-radius: 0; border-width: 0 0 0 1px; border-style: solid; @@ -1199,7 +1199,7 @@ spinbutton.vertical > button:focus:active:last-child { border-width: 0 0 0 1px; border-image: none; border-color: @spinbutton_border_color; - padding: 4px 6px; + padding: 6px; } diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index 8378e4bc..f93b506a 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1114,7 +1114,7 @@ spinbutton > button:focus, spinbutton > button:focus:active { background-color: transparent; color: @internal_element_color; - padding: 2px 6px; + padding: 6px; border-radius: 0; border-width: 0 0 0 1px; border-style: solid; @@ -1200,7 +1200,7 @@ spinbutton.vertical > button:focus:active:last-child { border-width: 0 0 0 1px; border-image: none; border-color: @spinbutton_border_color; - padding: 4px 6px; + padding: 6px; } |