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