You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2011/10/16 17:48:35 UTC

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

Author: bommel
Date: Sun Oct 16 15:48:35 2011
New Revision: 1184854

URL: http://svn.apache.org/viewvc?rev=1184854&view=rev
Log:
(TOBAGO-1039)
SelectManyShuttle component
improved css

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

Modified: myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css?rev=1184854&r1=1184853&r2=1184854&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css (original)
+++ myfaces/tobago/trunk/tobago-theme/tobago-theme-scarborough/src/main/resources/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/style/style.css Sun Oct 16 15:48:35 2011
@@ -710,6 +710,17 @@ li.tobago-menu-markup-selected {
   width:40px;
 }
 
+.tobago-selectManyShuttle-unselected-markup-error {
+  border-style: solid;
+  border-color: #ff0000;
+}
+
+.tobago-selectManyShuttle-selected-markup-error {
+  border-style: solid;
+  border-color: #ff0000;
+}
+
+
 /* selectOneChoice --------------------------------------------------------- */
 
 .tobago-selectOneChoice {