diff options
author | raveit65 <[email protected]> | 2015-09-17 16:16:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-09-17 16:16:20 +0200 |
commit | 037787ccfa06e16cc2fd40bdd472854b44441bba (patch) | |
tree | bf0b7acc6108d57201a8776452e6ffaf0c9399e3 /desktop-themes/Green-Submarine | |
parent | 931f962815f17faafd2e1bf4b63d1b07e025d3d5 (diff) | |
download | mate-themes-037787ccfa06e16cc2fd40bdd472854b44441bba.tar.bz2 mate-themes-037787ccfa06e16cc2fd40bdd472854b44441bba.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.css | 19 |
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; } |