mirror of https://gitlab.com/bashrc2/epicyon
Password input styling
parent
a502194b79
commit
f6385c0e08
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue