Hi,
   
  I noticed text/password field is not really visible in modules other than 
eccommerce.
   
  login.ftl (used in ecommerce):
   
    <input type="text" class="inputBox" name="USERNAME" .....
   
   
  login.flt (webcommon/login.ftl):
   
  <input type="text" name="USERNAME" value="${username}" size="20"/>
   
   
  I have tried to update maincss.css with the following but it has not impact:
   
  input[type="text"], input[type="password"], .inputBox {
/* inputBox is deprecated */
font-family: Verdana, Arial, Helvetica, sans-serif;
background: #FFFFFF;
font-size: 8pt;
background: white;
border: #999999 solid 1px;
margin: 2px;
}

   
  Does anyone have suggestion?
   
  Thanks,
  Mathius

       
---------------------------------
Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos & more. 

Reply via email to