<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.field_style
{
    margin: 1px;
    border:solid;
    border-color:#a0a0a0;
    border-width: 1px;
}

/* Coloca um background para os de type=text */
input[type="text"].field_style
{
    background-image:url(../../../class/sys.images/fieldground.gif);
}

/* Adiciona backround diferenciado para quando o input estiver com o foco */
input:focus.field_style, textarea:focus.field_style, select:focus.field_style
{
    background: #FFFFBC;
}

/* Para os inputs de type button e submit usa o background padrão */ 
input[type="button"]:focus.field_style, input[type="submit"]:focus.field_style
{
    background: #ebe6df;
}



.field_style_disabled
{
    margin: 1px;
    border:solid;
    border-color:#a0a0a0;
    border-width: 1px;
    background: #D0D0D0;
}
</pre></body></html>