gtk-css-engine r88 - in branches/bzr: . themes/Gilouche-CSS/gtk-2.0



Author: robsta
Date: Fri Sep  5 11:34:06 2008
New Revision: 88
URL: http://svn.gnome.org/viewvc/gtk-css-engine?rev=88&view=rev

Log:
checkbuttons, radiobuttons and tabs works now

Added:
   branches/bzr/themes/Gilouche-CSS/gtk-2.0/check-inactive-selected.png
Modified:
   branches/bzr/   (props changed)
   branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css

Added: branches/bzr/themes/Gilouche-CSS/gtk-2.0/check-inactive-selected.png
==============================================================================
Binary files (empty file) and branches/bzr/themes/Gilouche-CSS/gtk-2.0/check-inactive-selected.png	Fri Sep  5 11:34:06 2008 differ

Modified: branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css
==============================================================================
--- branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css	(original)
+++ branches/bzr/themes/Gilouche-CSS/gtk-2.0/styles.css	Fri Sep  5 11:34:06 2008
@@ -10,20 +10,19 @@
 background-image: url(check.png);
 }
 
-
 check:insensitive {
 background-image: url(check-inactive.png);
 }
 
-/* pressed checkbox */
-check[active=true] {
+check[shadow=in] {
 background-image: url(check-selected.png);
 }
 
-check[shadow=etched-in][inconsistent=true] {
-	background-color: green;
+check:insensitive[shadow=in] {
+	background-image: url(check-inactive-selected.png)
 }
 
+
 /* radiobuttons */
 option {
 background-image: url(radiobutton.png);
@@ -115,20 +114,24 @@
 	background-image: url(tab-back.png);
 }
 
-extension:active{
+extension:active, extension[gap=right]:active, extension[gap=left]:active, extension[gap=top]:active{
 	border: 1px solid #c6b182;
 	background-color: #ebdfc4;
 }
 
-extension[gap=top]:selected {
+extension[gap=top]:normal {
 	background-image: url(tab-back-down.png);
 }
 
-extension[gap=right] {
+extension[gap=top]:active {
+	background-color: green;
+}
+
+extension[gap=right]:normal {
 	background-image: url(tab-back-left.png);
 }
 
-extension[gap=left] {
+extension[gap=left]:normal {
 	background-image: url(tab-back-right.png);
 }
 



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