* survey

* LANGS
This commit is contained in:
Anthony Stirling
2024-06-12 22:12:42 +01:00
committed by GitHub
parent 9fd561ecf6
commit 889c9a114b
36 changed files with 371 additions and 7 deletions

View File

@@ -92,3 +92,11 @@ html[dir="rtl"] label.form-check-label {
.hidden {
display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 600000s 0s, color 600000s 0s;
}
input[data-autocompleted] {
background-color: transparent !important;
}