[gnome-themes-standard/parser: 19/19] view: fix sidebar/view rendering
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 19/19] view: fix sidebar/view rendering
- Date: Tue, 17 May 2011 18:54:25 +0000 (UTC)
commit c4497fd6d54e42edff873e2e4b0ed5b79501f4db
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 16 15:57:38 2011 -0400
view: fix sidebar/view rendering
Setting the bg color to "view *" is wrong; also, make the sidebar bg a
bit brighter.
themes/Adwaita/gtk-3.0/gtk-widgets.css | 21 ++++++++++++++-------
1 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 7025a7e..a7e559b 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -916,6 +916,19 @@ GtkTreeMenu .menuitem * {
to (shade (@theme_bg_color, 0.83)));
}
+
+/***********
+ * Sidebar *
+ ***********/
+.sidebar,
+.sidebar .view {
+ background-color: shade (@theme_bg_color, 1.02);
+}
+
+.sidebar .scrollbar.trough {
+ background-color: shade (@theme_bg_color, 1.02);
+}
+
/*************
* GtkSwitch *
*************/
@@ -1008,8 +1021,7 @@ GtkIconView.view.cell:selected:focused {
-adwaita-focus-border-dashes: 0;
}
-.view,
-.view * {
+.view {
background-color: @theme_base_color;
color: @theme_fg_color;
border-radius: 0;
@@ -1181,11 +1193,6 @@ GtkCalendar.highlight {
color: mix (@theme_fg_color, @theme_bg_color, 0.50);
}
-.sidebar,
-.sidebar.view {
- background-color: shade (@theme_bg_color, 0.99);
-}
-
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]