Pretty cursor on bg selection. Why not?

This commit is contained in:
SillyLossy
2023-03-27 19:33:53 +03:00
parent f8200e914e
commit b9a192c524

View File

@ -865,6 +865,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
border: 1px solid var(--black50a); border: 1px solid var(--black50a);
box-shadow: 0 0 7px var(--black50a); box-shadow: 0 0 7px var(--black50a);
margin: 5px; margin: 5px;
cursor: pointer;
aspect-ratio: 16/9; aspect-ratio: 16/9;
} }