summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
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/GreenLaguna
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/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/other-applications.css42
1 files changed, 38 insertions, 4 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
index 1ae66aa1..385405e7 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/other-applications.css
@@ -1,13 +1,47 @@
-/* dconf editor */
+/****************
+ * Dconf-editor *
+ ****************/
+
/* sidebar */
-DConfDirView.view {
- background-color: shade(@theme_bg_color, 1.03);
+DConfWindow GtkTreeView.view {
+ background-color: shade(@theme_bg_color, 1.03);
+}
+
+DConfWindow GtkTreeView.view row:selected,
+DConfWindow GtkTreeView.view row:selected:focus {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 1.3),
+ shade(@theme_bg_color, 0.73));
+ color: @theme_fg_color;
}
-DConfKeyView.view {
+DConfWindow DConfKeyView.view {
background-color: shade(@base_color, 1.06)
}
+DConfWindow DConfKeyView.view row:selected,
+DConfWindow DConfKeyView.view row:selected:hover,
+DConfWindow DConfKeyView.view row:selected:focus {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_selected_bg_color, 1.45),
+ shade(@theme_selected_bg_color, 0.95));
+ color: @theme_selected_fg_color;
+}
+
+DConfWindow DConfKeyView.view row:hover {
+ background-image: linear-gradient(to bottom,
+ @theme_bg_color,
+ shade(@theme_bg_color, 0.80));
+ 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;
+}
+
/********
* Nemo *
********/