mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
fix cursor on autofill (#8378)
This commit is contained in:
parent
4753d52532
commit
d73622ed9c
1 changed files with 4 additions and 0 deletions
|
@ -776,3 +776,7 @@ input[style*='background-image: url("data:image/png'] {
|
||||||
.web-editor .trancluded-item:empty {
|
.web-editor .trancluded-item:empty {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input:-webkit-autofill {
|
||||||
|
@apply caret-[--grey-25] th-dark:caret-white th-highcontrast:caret-white;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue