diff options
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 5c35be0e..29e2570b 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -756,6 +756,7 @@ GtkColorChooserWidget #add-color-button { background-color: transparent; } +GtkListBoxRow.list-row, GtkListBoxRow.button.list-row { color: @theme_text_color; background-color: @theme_base_color; @@ -763,6 +764,7 @@ GtkListBoxRow.button.list-row { border: none; } +GtkListBoxRow.list-row:hover, GtkListBoxRow.button.list-row:hover { background-image: linear-gradient(to bottom, @button_hover_gradient_a 5%, @@ -771,6 +773,7 @@ GtkListBoxRow.button.list-row:hover { background-color: transparent; } +GtkListBoxRow.list-row:selected, GtkListBoxRow.button.list-row:selected { color: @theme_selected_fg_color; border-style: solid; |