Saved Username and Password Not Visible on Login Page Load
This commit is contained in:
parent
59190cf086
commit
f7ea1aa60a
11
public/assets/vendor/css/core.css
vendored
11
public/assets/vendor/css/core.css
vendored
@ -8966,10 +8966,8 @@ a:not([href]):hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Autofill input bg and text color issue on different OS and browsers */
|
/* Autofill input bg and text color issue on different OS and browsers */
|
||||||
input:-webkit-autofill,
|
|
||||||
input:-webkit-autofill:hover,
|
input:-webkit-autofill:hover,
|
||||||
input:-webkit-autofill:focus,
|
input:-webkit-autofill:focus,
|
||||||
textarea:-webkit-autofill,
|
|
||||||
textarea:-webkit-autofill:hover,
|
textarea:-webkit-autofill:hover,
|
||||||
textarea:-webkit-autofill:focus,
|
textarea:-webkit-autofill:focus,
|
||||||
select:-webkit-autofill,
|
select:-webkit-autofill,
|
||||||
@ -8978,6 +8976,15 @@ select:-webkit-autofill:focus,
|
|||||||
input:-internal-autofill-selected {
|
input:-internal-autofill-selected {
|
||||||
background-clip: text !important;
|
background-clip: text !important;
|
||||||
}
|
}
|
||||||
|
input:-webkit-autofill,
|
||||||
|
textarea:-webkit-autofill,
|
||||||
|
select:-webkit-autofill {
|
||||||
|
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
|
||||||
|
box-shadow: 0 0 0px 1000px white inset !important;
|
||||||
|
-webkit-text-fill-color: #000 !important;
|
||||||
|
caret-color: #000 !important;
|
||||||
|
transition: background-color 5000s ease-in-out 0s;
|
||||||
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
.h1 {
|
.h1 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user