From 862901b0f3f503bc56e0d2fd6d910ac8c0cbf9b2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 28 Jul 2015 16:54:05 +0200 Subject: Traditional themes GTK3: style list-rows --- desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop-themes/TraditionalOk/gtk-3.0') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index fcfe56b0..d9c94e7b 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -755,7 +755,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 +763,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 +772,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; -- cgit v1.2.1