Fix autofill colours on login
This commit is contained in:
parent
2cfb71e34d
commit
289153fd19
1 changed files with 4 additions and 0 deletions
|
@ -294,6 +294,10 @@
|
|||
border-color: #e0b4b4;
|
||||
}
|
||||
|
||||
.ui.form .field.field input:autofill {
|
||||
color: rgb(27, 28, 29);
|
||||
}
|
||||
|
||||
/** Loading */
|
||||
.ui.loading.form::before {
|
||||
background-color: rgba(17, 17, 17, 0.85);
|
||||
|
|
Loading…
Reference in a new issue