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



Author: robsta
Date: Tue Sep 23 15:21:08 2008
New Revision: 125
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=125&view=rev

Log:
* TODO: add section regarding theme work.
* themes/Gilouche-CSS/gtk-2.0/styles.css: use 3px rounded corners.


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/TODO
   trunk/themes/Gilouche-CSS/gtk-2.0/styles.css

Modified: trunk/TODO
==============================================================================
--- trunk/TODO	(original)
+++ trunk/TODO	Tue Sep 23 15:21:08 2008
@@ -35,9 +35,14 @@
   initialises the style to those. Then drawing functions don't have to check
   for NULL pointers any more, or, at least not handle them functionally.
 
+-- Theme --
+* Use actual borders for checks and options, make them use 100% of the 
+  allocated space.
+
 0.3 "Features"
 --------------
 
+* Box-shadow ( http://www.w3.org/TR/css3-background/#box-shadow ).
 * Multiple background images.
 * Additional border features, e.g. `collapsed', `none'.
 * Implement `inherit' as per CSS spec. Do we need our own set of attributed 

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	Tue Sep 23 15:21:08 2008
@@ -1,6 +1,7 @@
 /* The whole shebang inside the window */
 * {
 	background-color: #fbf8f1;
+	border-radius: 3;
 }
 
 /* buttons */



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