Improve input dark mode
This commit is contained in:
parent
76d158c69b
commit
f137689b40
1 changed files with 11 additions and 0 deletions
|
@ -243,6 +243,17 @@ body,
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
box-shadow: 0 0 0 0 rgba(221, 219, 217, 0.35) inset;
|
box-shadow: 0 0 0 0 rgba(221, 219, 217, 0.35) inset;
|
||||||
}
|
}
|
||||||
|
.ui.form .field.field input:autofill {
|
||||||
|
box-shadow: 0 0 0 100px #00000f inset !important;
|
||||||
|
border-color: #1a205e !important;
|
||||||
|
}
|
||||||
|
.ui.form .field.field input:autofill:focus {
|
||||||
|
box-shadow: 0 0 0 100px #00000f inset !important;
|
||||||
|
border-color: #2a3cea !important;
|
||||||
|
}
|
||||||
|
i.icon::before {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
/** Form */
|
/** Form */
|
||||||
.ui.form ::placeholder {
|
.ui.form ::placeholder {
|
||||||
|
|
Loading…
Reference in a new issue