[freeside-commits] freeside/httemplate/elements freeside.css, 1.12, 1.13

Ivan,,, ivan at wavetail.420.am
Sat Aug 7 00:39:05 PDT 2010


Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail.420.am:/tmp/cvs-serv10162/httemplate/elements

Modified Files:
	freeside.css 
Log Message:
style password entry 2.1 style too

Index: freeside.css
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/freeside.css,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -w -d -r1.12 -r1.13
--- freeside.css	7 Jun 2010 06:52:41 -0000	1.12
+++ freeside.css	7 Aug 2010 07:39:03 -0000	1.13
@@ -16,7 +16,7 @@
   color: #7e0079;
 }
 
-textarea, input[type="text"] {
+textarea, input[type="text"], input[type="password"] {
   border: 1px solid #666666;
   padding: 1px;
 	 -moz-border-radius: 2px;
@@ -24,7 +24,7 @@
 	 border-radius: 2px;
 }
 
-textarea:hover, input[type="text"]:hover {
+textarea:hover, input[type="text"]:hover, input[type="password"]:hover {
   border: 1px solid #7e0079;
   padding: 1px;
 	 -moz-border-radius: 2px;
@@ -32,7 +32,7 @@
 	 border-radius: 2px;
 }
 
-textarea:focus, input[type="text"]:focus {
+textarea:focus, input[type="text"]:focus, input[type="password"]:focus {
   background-color: #ffffdd;
   border: 1px solid #7e0079;
 	 -moz-border-radius: 2px;



More information about the freeside-commits mailing list