liste déroulante postes téléphoniques
This commit is contained in:
15
styles.css
15
styles.css
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user