gtk-css-engine r140 - in trunk: . themes/Gilouche-CSS/gtk-2.0



Author: andreasn
Date: Wed Oct  1 07:58:22 2008
New Revision: 140
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=140&view=rev

Log:
fixed scrollbars

Modified:
   trunk/ChangeLog
   trunk/themes/Gilouche-CSS/gtk-2.0/styles.css

Modified: trunk/themes/Gilouche-CSS/gtk-2.0/styles.css
==============================================================================
--- trunk/themes/Gilouche-CSS/gtk-2.0/styles.css	(original)
+++ trunk/themes/Gilouche-CSS/gtk-2.0/styles.css	Wed Oct  1 07:58:22 2008
@@ -130,14 +130,16 @@
 	background-image: url(slider-background-horizontal.png);
 	background-position: center;
 	background-repeat: repeat-x;
-	border: 1px solid #c6b182;
+	border: 1px solid #587ba1;
+	border-radius: 0px;
 }
 /* vertical scrollbar */
 GtkVScrollbar slider {
 	background-image: url(slider-background.png);
 	background-position: center;
 	background-repeat: repeat-y;
-	border: 1px solid #c6b182;
+	border: 1px solid #587ba1;
+	border-radius: 0px;
 }
 
 /*the background of the slider*/



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