[gtk-css-engine] [moblesse] Basic progress bar and treeview.



commit 7f437c0627e0c4d36a1df6635e5c5824bfc0b3a8
Author: Robert Staudinger <robsta gnome org>
Date:   Mon Jun 22 19:16:41 2009 +0200

    [moblesse] Basic progress bar and treeview.

 data/user-agent.css               |    6 ++++++
 themes/moblesse/gtk-2.0/gtkrc.css |   11 +++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/data/user-agent.css b/data/user-agent.css
index 965912e..1d4b190 100644
--- a/data/user-agent.css
+++ b/data/user-agent.css
@@ -250,6 +250,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 aab2213..ae71ff0 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -37,6 +37,7 @@ gtk-check-mark[shadow=in] {
 }
 
 gtk-handle {
+	background: gtk-mix(0.5, selected_bg_color, grey);
 	border: 1px solid;
 }
 
@@ -74,6 +75,16 @@ GtkEntry {
 	background: gtk-color(base_color);
 }
 
+/* FIXME: why can we not just use "GtkProgressBar.bar" here? */
+GtkProgressBar > box.bar {
+	background: gtk-color(selected_bg_color);
+}
+
+GtkTreeView {
+	background: gtk-color(base_color);
+	border: 1px solid; /* FIXME seems not to apply. */
+}
+
 /*
  * Drawing primitives.
  */



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