You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2011/01/11 13:35:08 UTC

svn commit: r1057605 - /myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css

Author: lofwyr
Date: Tue Jan 11 12:35:08 2011
New Revision: 1057605

URL: http://svn.apache.org/viewvc?rev=1057605&view=rev
Log:
fix red border color for markup=error

Modified:
    myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?rev=1057605&r1=1057604&r2=1057605&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Tue Jan 11 12:35:08 2011
@@ -399,7 +399,9 @@ tobago-selectOneChoice-markup-readonly {
 /* selectOneListbox -------------------------------------------------------- */
 
 .tobago-selectOneListbox {
-  border: 1px solid #000000;
+  border-color: #000000;
+  border-width: 1px;
+  border-style: solid;
   font-size: 12px;
 }
 
@@ -412,6 +414,10 @@ tobago-selectOneChoice-markup-readonly {
   background-color: #E8E8E8;
 }
 
+.tobago-selectOneListbox-markup-error {
+  border-color: #ff0000;
+}
+
 /* selectOneRadio --------------------------------------------------------- */
 
 .tobago-selectOneRadio-markup-disabled {