Ajout #evolForm input.focuserr {

This commit is contained in:
Rodolphe Quiedeville 2006-12-15 14:58:22 +00:00
parent 444ac5c255
commit 2c3641567c

View File

@ -1008,11 +1008,21 @@ td.hidden {
#evolForm input.error {
font-weight: bold;
border: solid 2px #FF0000;
padding: 0px 0px 0px 0px;
border: solid 1px #FF0000;
padding: 1px 1px 1px 1px;
margin: 1px 1px 1px 1px;
}
#evolForm input.focuserr {
font-weight: bold;
background: beige;
color: black;
border: solid 1px #FF0000;
padding: 1px 1px 1px 1px;
margin: 1px 1px 1px 1px;
}
#evolForm input.focus { /*** Mise en avant des champs en cours d'utilisation ***/
background: beige;
color: black;