try to fix transparency
This commit is contained in:
@ -87,4 +87,24 @@
|
||||
|
||||
#copyAlert.hidden {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
input:autofill,
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus {
|
||||
background-color: transparent !important;
|
||||
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
|
||||
color: #ffffff !important; /* Ensures text color stays white */
|
||||
}
|
||||
|
||||
input:-internal-autofill-selected,
|
||||
input:-webkit-autofill,
|
||||
input:-webkit-autofill:hover,
|
||||
input:-webkit-autofill:focus,
|
||||
input:autofill {
|
||||
background-color: transparent !important;
|
||||
background-image: none !important;
|
||||
-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
|
||||
color: #ffffff !important; /* Ensures text color stays white */
|
||||
}
|
Reference in New Issue
Block a user