mirror of https://github.com/portainer/portainer
fix cursor on autofill (#8378)
parent
4753d52532
commit
d73622ed9c
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue