Password input styling

merge-requests/20/merge
Bob Mottram 2021-07-20 10:07:00 +01:00
parent a502194b79
commit f6385c0e08
1 changed files with 2 additions and 2 deletions

View File

@ -1512,7 +1512,7 @@ div.container {
color: var(--time-color);
margin: var(--time-vertical-align) 20px;
}
input[type=text], select, textarea {
input[type=text], input[type=password], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
@ -2166,7 +2166,7 @@ div.container {
color: var(--time-color);
margin: var(--time-vertical-align-mobile) 20px;
}
input[type=text], select, textarea {
input[type=text], input[type=password], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;