Improve webkit style

This commit is contained in:
grandeljay 2022-06-15 20:16:20 +02:00
parent dc58dee270
commit 31a0bac553

View file

@ -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;