From 6215c3a7f8b7ae639de866a76b9487aea3f9e4cb Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sun, 3 Jan 2016 23:20:57 +0100 Subject: Gtk+-3.18 most themes: adjust spinbuttons in dconf-editor --- .../ContrastHighInverse/gtk-3.0/other-applications.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'desktop-themes/ContrastHighInverse') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css index aebc4726..83a9683e 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/other-applications.css @@ -23,6 +23,22 @@ DConfWindow GtkPaned.horizontal { border-width: 0px 1px 0 1px; } +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 0px 0px 0px 3px; + border-color: @theme_selected_bg_color; + border-radius: 0px; + box-shadow: none; +} + +DConfKeyView.view .spinbutton .button:last-child { + border-radius: 0 2px 2px 0; + border-style: solid; + border-width: 0px 0px 0px 3px; + border-color: @theme_selected_bg_color; +} + /******** * Nemo * ********/ -- cgit v1.2.1