SVN: toys/rsget.pl/data/main.css

sparky sparky at pld-linux.org
Wed Oct 21 21:30:46 CEST 2009


Author: sparky
Date: Wed Oct 21 21:30:46 2009
New Revision: 10799

Modified:
   toys/rsget.pl/data/main.css
Log:
- added cyan color


Modified: toys/rsget.pl/data/main.css
==============================================================================
--- toys/rsget.pl/data/main.css	(original)
+++ toys/rsget.pl/data/main.css	Wed Oct 21 21:30:46 2009
@@ -138,6 +138,10 @@
 	background: #AAF;
 	border-color: #22F;
 }
+li.bluegreen {
+	background: #AED;
+	border-color: #2EC;
+}
 li.orange {
 	background: #FCA;
 	border-color: #F82;
@@ -168,6 +172,9 @@
 li.blue div.progress {
 	background: #DDF;
 }
+li.bluegreen div.progress {
+	background: #DFE;
+}
 li.orange div.progress {
 	background: #FDC;
 }


More information about the pld-cvs-commit mailing list