From 3e342f7fa54f220959f9d0fc4a3cad383d47be23 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 13 Apr 2016 15:36:39 +0200 Subject: GTK+-3.18 TOK themes: fix button jummping in spinbuttons of color selection --- .../TraditionalGreen/gtk-3.0/gtk-widgets.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index bf718454..87b15e4b 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2741,6 +2741,25 @@ toolbar.osd separator { background-color: transparent; } +/* spinbuttons in color selection */ +.osd.popover spinbutton button { + border-radius: 0px; + border-width: 0px; + border-image: none; + padding: 6px; +} + +.osd.popover spinbutton button:last-child { + border-radius: 0px 3px 3px 0px; +} + +.osd.popover spinbutton button:focus:active { + background-image: linear-gradient(to bottom, + @osd_button_bg_active_a, + @osd_button_bg_active_b 20%, + @osd_button_bg_active_c); +} + .osd progressbar, progressbar .osd { padding: 0; -- cgit v1.2.1