[gnome-themes-standard] listbox: make sure to set selection color for EggListBox
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] listbox: make sure to set selection color for EggListBox
- Date: Tue, 18 Dec 2012 17:07:15 +0000 (UTC)
commit 409eae2569d9b45924453c0b2e6f31ffdfd6906c
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Dec 18 18:06:18 2012 +0100
listbox: make sure to set selection color for EggListBox
This fixes a wrong color for selected+hover rows in Contacts.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2245c15..2302fe2 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3328,6 +3328,10 @@ EggListBox:hover {
background-color: @content_view_bg;
}
+EggListBox:selected {
+ background-color: @theme_selected_bg_color;
+}
+
/****************
* Content view *
****************/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]