From fe3f686342319b60e8fd5600490d8645f0ceeb16 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Sun, 3 Jan 2016 20:29:55 +0100 Subject: Gtk+-3.16/14 most themes: adjust spinbuttons in dconf-editor --- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'desktop-themes/GreenLaguna') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index 1ae66aa1..63fb20c7 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -8,6 +8,20 @@ DConfKeyView.view { background-color: shade(@base_color, 1.06) } +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + +DConfKeyView.view .spinbutton .button { + border-image: none; + border-style: solid; + border-width: 1px; + border-radius: 0px; +} + /******** * Nemo * ********/ -- cgit v1.2.1