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 --- .../Blue-Submarine/gtk-3.0/other-applications.css | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css index b84365ed..5af0aba1 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/other-applications.css @@ -695,3 +695,30 @@ GtkApplicationWindow GtkPaned.horizontal { background-color: @theme_bg_color; } +DConfKeyView.view row:selected, +DConfKeyView.view row:selected:hover { + background-image: -gtk-gradient (linear, + left top, + left bottom, + from (shade(@sidebar_selected_bg, 0.90)), + color-stop (0.40, shade (@sidebar_selected_bg, 0.98)), + to (shade(@sidebar_selected_bg, 1.05))); + color: @theme_selected_fg_color; +} + +DConfKeyView.view .entry.spinbutton { + padding: 2px 0px 2px 4px; + box-shadow: none; + border-style: none; +} + +DConfKeyView.view .spinbutton .button, +DConfKeyView.view .spinbutton .button:hover { + border-style: none; +} + +DConfKeyView.view .spinbutton .button:last-child, +DConfKeyView.view .spinbutton .button:hover:last-child { + border-radius: 0 5px 5px 0; +} + -- cgit v1.2.1