summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-04 14:16:24 +0200
committerraveit65 <[email protected]>2015-09-04 14:16:24 +0200
commited894afd8ca4a28be6d7360efcd2faae40147305 (patch)
treea073787827cbe1a75a26aeef7a6b1532e2a5bb48 /desktop-themes/BlueMenta/gtk-3.0
parent3d3951e7a4e49c51c9e5fb445aa99f6c15e7eece (diff)
downloadmate-themes-ed894afd8ca4a28be6d7360efcd2faae40147305.tar.bz2
mate-themes-ed894afd8ca4a28be6d7360efcd2faae40147305.tar.xz
Gtk+-3.18 most themes: style dconf-editor
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css36
1 files changed, 36 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..8bf86e21 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -280,6 +280,42 @@ GtkPaned GtkOverlay GtkRevealer.bottom .background.horizontal.osd .button.flat.i
border-radius: 3px;
}
+/****************
+ * Dconf-editor *
+ ****************/
+
+DConfWindow GtkTreeView.view {
+ background-color: @sidebar_bg;
+ color: @theme_text_color;
+}
+
+DConfWindow GtkTreeView.view row:selected,
+DConfWindow GtkTreeView.view row:selected:hover {
+ color: @theme_selected_fg_color;
+}
+
+DConfWindow GtkTreeView.view row:hover {
+ background-color: shade (@theme_selected_bg_color, 1.15);
+ color: shade (@theme_selected_bg_color, 0.35);
+}
+
+DConfWindow DConfKeyView.view {
+ background-color: @theme_base_color;
+ color: @theme_text_color;
+}
+
+DConfWindow DConfKeyView.view row:hover {
+ background-color: shade (@theme_selected_bg_color, 1.55);
+ color: shade (@theme_selected_bg_color, 0.35);
+}
+
+/* the small line between sidebar and view */
+DConfWindow GtkPaned.horizontal {
+ -GtkPaned-handle-size: 3px;
+ border-color: transparent;
+ background-color: @theme_bg_color;
+}
+
/*****************
* Ubuntu styles *
*****************/