From 037787ccfa06e16cc2fd40bdd472854b44441bba Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 17 Sep 2015 16:16:20 +0200 Subject: Gtk+-3.18 Submarine themes: re-style dconf-editor again! --- .../Green-Submarine/gtk-3.0/other-applications.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'desktop-themes/Green-Submarine') 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; } -- cgit v1.2.1