mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Pretty cursor on bg selection. Why not?
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user