summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-04 15:24:45 +0200
committerraveit65 <[email protected]>2015-09-04 15:24:45 +0200
commitb8e29d1abdd6579c61e9f586e92f3e09dfce7533 (patch)
tree94237fd6389bb718fc231194739873c06c525a50 /desktop-themes/BlackMATE/gtk-3.0
parent9642db0cf5687fb84ec1cc218cd6d94e6f6115b7 (diff)
downloadmate-themes-b8e29d1abdd6579c61e9f586e92f3e09dfce7533.tar.bz2
mate-themes-b8e29d1abdd6579c61e9f586e92f3e09dfce7533.tar.xz
Gtk+-3.16 most themes: style dconf-editor
Diffstat (limited to 'desktop-themes/BlackMATE/gtk-3.0')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/other-applications.css20
1 files changed, 20 insertions, 0 deletions
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;
+}
+