summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-03-22 11:11:02 +0100
committerraveit65 <[email protected]>2015-03-22 11:12:04 +0100
commit5849ce5bf9e66e40e98c0fd9efc1345c67d1b45e (patch)
treecde21e1fac1dbb5576f9164769e9ae473810dc87
parent0c6f366fa1c9073f548e2132a89d5876aded77a5 (diff)
downloadmate-themes-5849ce5bf9e66e40e98c0fd9efc1345c67d1b45e.tar.bz2
mate-themes-5849ce5bf9e66e40e98c0fd9efc1345c67d1b45e.tar.xz
GreenLaguna GTK3: adjust styling of dconf-editor
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css6
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)
}