You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/09/14 14:19:11 UTC

svn commit: r814603 - /ofbiz/trunk/framework/images/webapp/images/ecommain.css

Author: jleroux
Date: Mon Sep 14 12:19:10 2009
New Revision: 814603

URL: http://svn.apache.org/viewvc?rev=814603&view=rev
Log:
Make titles in profile screen (the old one) readable again. 
BTW, I really wonder why we should replace it by the poorest new one ? Any opinions ?

Modified:
    ofbiz/trunk/framework/images/webapp/images/ecommain.css

Modified: ofbiz/trunk/framework/images/webapp/images/ecommain.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/ecommain.css?rev=814603&r1=814602&r2=814603&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/ecommain.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/ecommain.css Mon Sep 14 12:19:10 2009
@@ -519,14 +519,14 @@
 
 .submenutext,a.submenutext,a.submenutext:visited {
 border-right:1px solid #5886C6;
-color:#000;
+color:#FF0;
 font-weight:700;
 padding-left:6px;
 padding-right:5px;
 }
 
 a.submenutext:hover {
-color:#000;
+color:#FF0;
 }
 
 .submenutextdisabled,a.submenutextdisabled {
@@ -538,24 +538,24 @@
 }
 
 a.submenutextdisabled:hover {
-color:#000;
+color:#FF0;
 font-weight:700;
 }
 
 .submenutextinforight {
-color:#FFF;
+color:#FF0;
 font-weight:700;
 padding-left:6px;
 }
 
 .submenutextright,a.submenutextright {
-color:#000;
+color:#FF0;
 font-weight:700;
 padding-left:6px;
 }
 
 a.submenutextright:hover {
-color:#000;
+color:#FF0;
 text-decoration:underline;
 }
 
@@ -566,7 +566,7 @@
 }
 
 a.submenutextrightdisabled:hover {
-color:#000;
+color:#FF0;
 }
 
 a.lightbuttontext {
@@ -1027,4 +1027,4 @@
 }
 #microcart li#googleCheckoutEnabled img {
 width: 145px;
-}
\ No newline at end of file
+}