summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-09-17 16:16:20 +0200
committerraveit65 <[email protected]>2015-09-17 16:17:53 +0200
commit93053bf1f8ceec8746085dc5f2a173f76e0daf8c (patch)
tree12e6a1af7570ff0f6d92558527f474961b34fc66 /desktop-themes/Green-Submarine
parent7c319a998b8b27ea4c8b6d9a96fcd05d64f1b2a4 (diff)
downloadmate-themes-93053bf1f8ceec8746085dc5f2a173f76e0daf8c.tar.bz2
mate-themes-93053bf1f8ceec8746085dc5f2a173f76e0daf8c.tar.xz
Gtk+-3.18 Submarine themes: re-style dconf-editor again!
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/other-applications.css19
1 files changed, 13 insertions, 6 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
index 09ae55a3..7012f603 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/other-applications.css
@@ -679,7 +679,8 @@ NemoWindow .notebook tab .button GtkImage:active:hover {
* Dconf-editor *
****************/
-DConfDirView {
+/* sidebar */
+DConfWindow GtkTreeView.view {
-GtkTreeView-expander-size: 12; /* arrow size in list/tree views */
}
@@ -721,15 +722,21 @@ DConfWindow GtkTreeView.view row:hover {
text-shadow: none;
}
-DConfWindow DConfKeyView.view {
+/* view */
+DConfWindow DConfKeyView.view,
+DConfWindow DConfKeyView.view row {
background-color: @theme_base_color;
color: @theme_fg_color;
}
-DConfWindow GtkBox.vertical DConfKeyView.view row,
-DConfWindow GtkBox.vertical DConfKeyView.view row:hover,
-DConfWindow GtkBox.vertical DConfKeyView row:selected ,
-DConfWindow GtkBox.vertical DConfKeyView row:selected:hover {
+DConfWindow DConfKeyView.view row:selected {
+ color: @theme_selected_fg_color;
+}
+
+DConfWindow DConfKeyView.view row,
+DConfWindow DConfKeyView.view row:hover,
+DConfWindow DConfKeyView.view row:selected,
+DConfWindow DConfKeyView.view row:selected:hover {
border-radius: 0px;
box-shadow: none;
}