summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index 90147d4d..1d56dc1c 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -280,6 +280,32 @@ GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.i
border-radius: 3px;
}
+/****************
+ * 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 *
*****************/