Minor cursor style changes

This commit is contained in:
Lucas Dower 2023-03-20 22:31:41 +00:00
parent af9dcd6ce2
commit ac3bcc637c
No known key found for this signature in database
GPG Key ID: B3EE6B8499593605

View File

@ -201,6 +201,9 @@ input::-webkit-inner-spin-button {
input[type=number]:not(:disabled) {
cursor: text;
}
input[type=text]:not(:disabled) {
cursor: text;
}
::placeholder {
color: var(--text-dark);
@ -342,6 +345,9 @@ select {
justify-content: center;
flex-grow: 1;
}
.spinbox-value.style-inactive-hover {
cursor: e-resize;
}
.toolbar {
display: flex;