From b8e29d1abdd6579c61e9f586e92f3e09dfce7533 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 4 Sep 2015 15:24:45 +0200 Subject: Gtk+-3.16 most themes: style dconf-editor --- .../BlackMATE/gtk-3.0/other-applications.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'desktop-themes/BlackMATE/gtk-3.0') diff --git a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css index e80512bd..11239cec 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/other-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/other-applications.css @@ -273,3 +273,23 @@ NemoQueryEditor .toolbar .entry:focus { background-color: @less_dark_color; border-radius: 2px; } + +/**************** + * Dconf-editor * + ****************/ + +DConfDirView.view { + background-color: shade (@theme_bg_color, 1.08); +} + +DConfDirView.view row:hover { + background-color: alpha(@theme_selected_bg_color, 0.2); +} + +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + -- cgit v1.2.1