[gtk-css-engine] [moblesse] Basic handles and troughs.



commit dfb4388841fe349768485c91bccefc7ecd0fade8
Author: Robert Staudinger <robsta gnome org>
Date:   Mon Jun 22 18:39:12 2009 +0200

    [moblesse] Basic handles and troughs.

 themes/moblesse/gtk-2.0/gtkrc.css |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/themes/moblesse/gtk-2.0/gtkrc.css b/themes/moblesse/gtk-2.0/gtkrc.css
index fa161a1..aab2213 100644
--- a/themes/moblesse/gtk-2.0/gtkrc.css
+++ b/themes/moblesse/gtk-2.0/gtkrc.css
@@ -20,6 +20,10 @@
 	color: gtk-mix(0.5, text_color, grey) ! important;
 }
 
+*.trough {
+	background: gtk-mix(0.5, bg_color, grey);
+}
+
 /*
  * Pseudo-widgets that are implemented by the CSS engine.
  */
@@ -32,6 +36,14 @@ gtk-check-mark[shadow=in] {
 	background: gtk-color(selected_bg_color);
 }
 
+gtk-handle {
+	border: 1px solid;
+}
+
+gtk-handle:prelight {
+	background: gtk-color(selected_bg_color);
+}
+
 gtk-radio-knob {
 	border: 1px solid;
 	border-radius: 50%;



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