Commit a2e3f8eccd18a3ab81ee4a20c6caf351d0e430ef

Authored by David RENÉ
1 parent 9b054f81

[~] add display: initial; in class .in, input.in and div.form_field

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
resources/web/public/xlib/css/forms.css
... ... @@ -70,7 +70,7 @@ form div.form_field div.emptylabel {
70 70 margin: 0;
71 71 }
72 72 form div.form_field label span { color: #BA6912; position: absolute; top: 0; right: 10px; } /* Affiche "*" pour les champs obligatoires */
73   -.in, form div.form_field input.in { color: #3D4554; padding: 1px 2px; border: 1px solid #A5ACB4; border-radius: 2px;} /* Type text password, textarea, select */
  73 +.in, form div.form_field input.in { color: #3D4554; padding: 1px 2px; border: 1px solid #A5ACB4; border-radius: 2px; display: initial;} /* Type text password, textarea, select */
74 74 .in:focus, form div.form_field input.in:focus {
75 75 border-color: #66afe9;
76 76 outline: 0;
... ...