liste déroulante postes téléphoniques

This commit is contained in:
Pierre Marx
2025-09-04 13:06:17 -04:00
parent ee038cedd8
commit a22344d664
5 changed files with 151 additions and 11 deletions

View File

@@ -120,6 +120,21 @@ body {
border: 1px solid #ddd;
border-radius: 5px;
font-size: 14px;
background-color: white;
}
#loginForm input:disabled {
background-color: #f5f5f5;
cursor: not-allowed;
}
/* Style pour l'input avec datalist */
#loginForm input[list] {
cursor: text;
}
#loginForm input[list]::-webkit-calendar-picker-indicator {
display: none;
}
#loginForm button {