diff options
Diffstat (limited to 'desktop-themes/Green-Submarine/gtk-3.0')
-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; } |