diff --git a/share/ui/spinbutton.css b/share/ui/spinbutton.css index c87aa5e6e7ae5aa7267625426c0d644132d35a1d..964c979710affde9ba8720b46d77367b06c4b0f3 100644 --- a/share/ui/spinbutton.css +++ b/share/ui/spinbutton.css @@ -1,11 +1,14 @@ /* those styles make spin buttons narrow; if enabled in preferences they are applied to all themes */ -spinbutton > button { - padding-left: 0; - padding-right: 0; -} +spinbutton button{ + -gtk-icon-transform:scale(0.6) translatex(-0.6px); + margin:0 -0.5px 0 0; + padding:0; + } -spinbutton > entry { - padding-left: 0.5em; - padding-right: 0; -} \ No newline at end of file + spinbutton button.down{ + margin-left:-3px; + } + spinbutton entry{ + padding:0 0 0 3px; + } \ No newline at end of file