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



Author: andreasn
Date: Wed Oct  1 08:39:36 2008
New Revision: 141
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=141&view=rev

Log:
handlers on scrollbars

Modified:
   trunk/ChangeLog
   trunk/themes/Gilouche-CSS/gtk-2.0/slider-background-horizontal.png
   trunk/themes/Gilouche-CSS/gtk-2.0/slider-background.png
   trunk/themes/Gilouche-CSS/gtk-2.0/styles.css

Modified: trunk/themes/Gilouche-CSS/gtk-2.0/slider-background-horizontal.png
==============================================================================
Binary files trunk/themes/Gilouche-CSS/gtk-2.0/slider-background-horizontal.png	(original) and trunk/themes/Gilouche-CSS/gtk-2.0/slider-background-horizontal.png	Wed Oct  1 08:39:36 2008 differ

Modified: trunk/themes/Gilouche-CSS/gtk-2.0/slider-background.png
==============================================================================
Binary files trunk/themes/Gilouche-CSS/gtk-2.0/slider-background.png	(original) and trunk/themes/Gilouche-CSS/gtk-2.0/slider-background.png	Wed Oct  1 08:39:36 2008 differ

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 08:39:36 2008
@@ -129,7 +129,7 @@
 GtkHScrollbar slider {
 	background-image: url(slider-background-horizontal.png);
 	background-position: center;
-	background-repeat: repeat-x;
+	background-repeat: no-repeat;
 	border: 1px solid #587ba1;
 	border-radius: 0px;
 }
@@ -137,7 +137,7 @@
 GtkVScrollbar slider {
 	background-image: url(slider-background.png);
 	background-position: center;
-	background-repeat: repeat-y;
+	background-repeat: no-repeat;
 	border: 1px solid #587ba1;
 	border-radius: 0px;
 }



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