From 0809cd77dfdbe19672a125155bbe00a4bcafba13 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 22 Mar 2015 11:11:02 +0100 Subject: GreenLaguna GTK3: adjust styling of dconf-editor --- desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css index cebadb23..66dd35f3 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css @@ -1,9 +1,9 @@ /* dconf editor */ /* sidebar */ -DConfDirView .view { +DConfDirView.view { background-color: shade(@theme_bg_color, 1.03); } -DConfKeyView .view { - background-color: @selected_fg_color; +DConfKeyView.view { + background-color: shade(@base_color, 1.06) } -- cgit v1.2.1