este es mi css,pero no me cambia el color,en las cajas texto que estan disabled,y agregue el style color
Código:
input, textarea, select
{
color:#202020;
border: 1px solid #006699;
}
P {
font-size : 12pt;
font-family : arial,helvetica;
font-weight : normal;
}
H1 {
font-size : 36pt;
font-family : verdana,arial;
text-decoration : underline;
text-align : center;
background-color : Teal;
}
BODY {
background-color :#ffffff;
font-family : arial;
color : White;
}
input { font-family: Tahoma, Verdana, Arial; font-size:
11px; color: #FFFFFF; background-color: #6699CC; border:#000099;
border-style: solid; border-top-width: 1px; border-right-width: 1px;
border-bottom-width: 1px; border-left-width: 1px}
select { font-family: Tahoma, Verdana, Arial; font-size: 11px; color: #FFFFFF;
background-color: #6699CC; border: #000099; border-style: solid; border-top-width: 1px;
border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}