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 2007/02/19 13:31:08 UTC

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

Author: lofwyr
Date: Mon Feb 19 04:31:05 2007
New Revision: 509181

URL: http://svn.apache.org/viewvc?view=rev&rev=509181
Log:
fixing spell of lightgray (using #d3d3d3), was broken in IE

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

Modified: myfaces/tobago/trunk/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/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css?view=diff&rev=509181&r1=509180&r2=509181
==============================================================================
--- myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css (original)
+++ myfaces/tobago/trunk/theme/speyside/src/main/resources/org/apache/myfaces/tobago/renderkit/html/speyside/standard/style/style.css Mon Feb 19 04:31:05 2007
@@ -192,8 +192,8 @@
   color: #000000;
 }
 
-a.tree-item-marker, a.tree-item-marker:focus {
-	background-color: lightgray;
+.tree-item-marker, .tree-item-marker:focus, a.tree-item-marker, a.tree-item-marker:focus {
+	background-color: #d3d3d3;
 }
 
 /* -----------------------------------------------------------------------------
@@ -271,7 +271,7 @@
 }
 
 .tobago-treeNode-marker, .tobago-treeNode-marker:focus, .tobago-treeNode-marker a, .tobago-treeNode-marker:focus a {
-	background-color: lightgray;
+	background-color: #d3d3d3;
 }
 
 /* ----------------------------------------------------------------------------