diff options
author | raveit65 <[email protected]> | 2015-03-22 11:11:02 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-03-22 15:01:51 +0100 |
commit | 54e403b00b8967376df3f8714b9e0fe6558cd04a (patch) | |
tree | 2efe2abe152e2dec68a1a5ffe9ffb5cf769dd081 | |
parent | 473b55303e4bf9c388581f64c706bfc28b3befae (diff) | |
download | mate-themes-54e403b00b8967376df3f8714b9e0fe6558cd04a.tar.bz2 mate-themes-54e403b00b8967376df3f8714b9e0fe6558cd04a.tar.xz |
GreenLaguna GTK3: adjust styling of dconf-editor
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/other-applications.css | 6 |
1 files 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) } |