[gnome-themes-standard] Fix contacts sidebar background
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard] Fix contacts sidebar background
- Date: Tue, 14 Feb 2012 08:07:23 +0000 (UTC)
commit a242d92170eb04257e660d81384644dd120a013f
Author: Alexander Larsson <alexl redhat com>
Date: Tue Feb 14 09:05:15 2012 +0100
Fix contacts sidebar background
The default .sidebar .view was overriding the contacts custom one
themes/Adwaita/gtk-3.0/gnome-applications.css | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index bc1503f..476eccb 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -625,10 +625,13 @@ ContactsWindow .primary-toolbar.toolbar {
border-width: 0 0 1px 0;
}
-ContactsWindow .sidebar,
-ContactsWindow .sidebar.view {
+ContactsWindow .sidebar .view {
background-color: #ebebeb;
}
+ContactsWindow .sidebar .view:selected,
+ContactsWindow .sidebar .view:selected:focus {
+ background-color: @theme_selected_bg_color;
+}
.contacts-button:active {
border-color: #000000;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]