[seam-commits] Seam SVN: r10150 - in trunk/seam-gen: view/stylesheet and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Mar 12 16:08:19 EDT 2009


Author: dan.j.allen
Date: 2009-03-12 16:08:19 -0400 (Thu, 12 Mar 2009)
New Revision: 10150

Modified:
   trunk/seam-gen/icefaces/view/stylesheet/theme.css
   trunk/seam-gen/view/stylesheet/theme.css
Log:
put red border around invalid select box field


Modified: trunk/seam-gen/icefaces/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/icefaces/view/stylesheet/theme.css	2009-03-12 17:37:04 UTC (rev 10149)
+++ trunk/seam-gen/icefaces/view/stylesheet/theme.css	2009-03-12 20:08:19 UTC (rev 10150)
@@ -305,7 +305,7 @@
 	text-align: left;
 }*/
 
-.errors input, .errors textarea {
+.errors input, .errors textarea, .errors select {
 	border: 1px solid red !important;
 }
 

Modified: trunk/seam-gen/view/stylesheet/theme.css
===================================================================
--- trunk/seam-gen/view/stylesheet/theme.css	2009-03-12 17:37:04 UTC (rev 10149)
+++ trunk/seam-gen/view/stylesheet/theme.css	2009-03-12 20:08:19 UTC (rev 10150)
@@ -116,7 +116,7 @@
 	padding-right: 5px;
 }
 
-.errors input, .errors textarea {
+.errors input, .errors textarea, .errors select {
 	border: 1px solid red !important;
 }
 




More information about the seam-commits mailing list