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 --- .../Menta/gtk-3.0/other-applications.css | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'desktop-themes/Menta') diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css index fc8e73df..8cd2dd51 100644 --- a/desktop-themes/Menta/gtk-3.0/other-applications.css +++ b/desktop-themes/Menta/gtk-3.0/other-applications.css @@ -280,6 +280,32 @@ GraniteWidgetsPopOver .entry { background-color: alpha (#000, 0.15); } +/**************** + * Dconf-editor * + ****************/ + +DConfDirView.view { + background-color: @sidebar_bg; + color: @theme_text_color; +} + +DConfDirView.view row:selected, +DConfDirView.view row:selected:hover { + color: @theme_selected_fg_color; +} + +DConfDirView.view row:hover { + background-color: shade (@theme_selected_bg_color, 1.15); + color: shade (@theme_selected_bg_color, 0.35); +} + +/* the small line between sidebar and view */ +GtkApplicationWindow GtkPaned.horizontal { + -GtkPaned-handle-size: 3px; + border-color: transparent; + background-color: @theme_bg_color; +} + /***************** * Ubuntu styles * *****************/ -- cgit v1.2.1