summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2011-04-19 17:06:16 +0200
committerJakub Steiner <jimmac@gmail.com>2011-04-19 17:06:16 +0200
commit1ff0c29824eb289139eff7cbffa83ce9c4d9d55e (patch)
treee4fc7da631291354166d60e838d5620dd68021df
parent272f7f9cb085daf13d8730b537a28ee845086803 (diff)
downloadgnome-themes-standard-1ff0c29824eb289139eff7cbffa83ce9c4d9d55e.tar.gz
turns out it was the wrong selector, the intent was to style the sidebar.
-rw-r--r--themes/Adwaita/gtk-3.0/gtk-widgets.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 5b704068..6f7bb1c4 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -970,7 +970,7 @@ GtkIconView.view.cell:selected:focused {
}
.view {
- background-color: @theme_bg_color;
+ background-color: shade (@theme_base_color, 0.96);
color: @theme_fg_color;
border-radius: 0;
border-width: 3;
@@ -1127,7 +1127,7 @@ GtkCalendar.highlight {
.sidebar,
.sidebar.view {
- background-color: shade (@theme_base_color, 0.95);
+ background-color: shade (@theme_bg_color, 0.99);
}
ApDocView, /* Abiword */