Improve webkit style
This commit is contained in:
parent
dc58dee270
commit
31a0bac553
1 changed files with 2 additions and 0 deletions
|
@ -223,10 +223,12 @@
|
|||
background-color: #000;
|
||||
box-shadow: 0 0 0 0 rgba(221, 219, 217, 0.35) inset;
|
||||
}
|
||||
.ui.form .field.field input:-webkit-autofill,
|
||||
.ui.form .field.field input:autofill {
|
||||
box-shadow: 0 0 0 100px #00000f inset !important;
|
||||
border-color: #1a205e !important;
|
||||
}
|
||||
.ui.form .field.field input:-webkit-autofill:focus,
|
||||
.ui.form .field.field input:autofill:focus {
|
||||
box-shadow: 0 0 0 100px #00000f inset !important;
|
||||
border-color: #2a3cea !important;
|
||||
|
|
Loading…
Reference in a new issue