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



Author: robsta
Date: Wed Oct  1 11:02:53 2008
New Revision: 147
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=147&view=rev

Log:
* themes/Gilouche-CSS/gtk-2.0/styles.css: use darker border color for spin-button arrow borders.

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 11:02:53 2008
@@ -128,7 +128,7 @@
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: contain;
-	border: 1px solid #a99975;
+	border: 1px solid #948156;
 	border-top-left-radius: 0px;
 	border-top-right-radius: 3px;
 	border-bottom-right-radius: 0px;
@@ -139,7 +139,7 @@
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: contain;
-	border: 1px solid #a99975;
+	border: 1px solid #948156;
 	border-top-left-radius: 0px;
 	border-top-right-radius: 0px;
 	border-bottom-right-radius: 3px;
@@ -284,7 +284,7 @@
 }
 
 /* small frame boxes */
-shadow.frame{
+shadow.frame {
 	border: 1px solid #c6b182;
 }
 



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