[gtk-css-engine] [moblesse] Treeview headers.



commit d5adb9be95a7d3315e207b7a23797d147b3d19ca
Author: Robert Staudinger <robsta gnome org>
Date:   Tue Jun 23 12:23:23 2009 +0200

    [moblesse] Treeview headers.

 data/user-agent.css               |    6 ++++++
 themes/moblesse/gtk-2.0/gtkrc.css |    7 ++++++-
 2 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/data/user-agent.css b/data/user-agent.css
index 3a25193..b8a65f6 100644
--- a/data/user-agent.css
+++ b/data/user-agent.css
@@ -256,6 +256,12 @@ GtkTreeItem > flat-box {
 }
 */
 
+GtkTreeView > flat-box {
+	background: inherit;
+	border: inherit;
+	border-radius: inherit;
+}
+
 GtkViewport > flat-box {
 	background: inherit;
 }
diff --git a/themes/moblesse/gtk-2.0/gtkrc.css b/themes/moblesse/gtk-2.0/gtkrc.css
index 0904548..97c4e9c 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -43,7 +43,7 @@ gtk-handle {
 }
 
 gtk-header {
-	background: gtk-mix(0.5, selected_bg_color, grey);
+	background: gtk-color(bg_color);
 	border: 1px solid;
 }
 
@@ -144,6 +144,11 @@ GtkTreeView {
 	background: gtk-color(base_color);
 }
 
+/* FIXME: Support this thru 'gtk-header' at some point. */
+GtkTreeView > GtkButton {
+	background: gtk-color(bg_color);
+}
+
 GtkMenu {
 	border: 1px solid;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]