[gnome-themes-standard/parser: 19/20] view: fix sidebar/view rendering
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-themes-standard/parser: 19/20] view: fix sidebar/view rendering
- Date: Wed, 18 May 2011 18:40:25 +0000 (UTC)
commit 5b26d189b3f61bea3019fbb3bb127ea4625a38ca
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 | 33 +++++++++++++++++++------------
1 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index b95bf50..129820c 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -916,6 +916,25 @@ 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);
+}
+
+.sidebar .highlight
+{
+ color: @theme_fg_color;
+ font: bold;
+}
+
/*************
* GtkSwitch *
*************/
@@ -1008,8 +1027,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;
@@ -1185,17 +1203,6 @@ GtkCalendar.highlight {
color: mix (@theme_fg_color, @theme_bg_color, 0.50);
}
-.sidebar,
-.sidebar.view {
- background-color: shade (@theme_bg_color, 0.99);
-}
-
-.sidebar .highlight
-{
- color: @theme_fg_color;
- font: bold;
-}
-
ApDocView, /* Abiword */
EogScrollView, /* Eog */
CheeseThumbView /* Cheese */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]