1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix cursor on autofill (#8378)

This commit is contained in:
Prabhat Khera 2023-02-10 09:19:43 +13:00 committed by GitHub
parent 4753d52532
commit d73622ed9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -776,3 +776,7 @@ input[style*='background-image: url("data:image/png'] {
.web-editor .trancluded-item:empty {
display: none;
}
input:-webkit-autofill {
@apply caret-[--grey-25] th-dark:caret-white th-highcontrast:caret-white;
}