try to fix transparency

This commit is contained in:
MCHost
2025-07-04 02:44:12 -04:00
parent e5be4899c6
commit 9559516bc6
3 changed files with 908 additions and 56 deletions

View File

@ -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 */
}

File diff suppressed because it is too large Load Diff