forked from mirror/ObjToSchematic
Minor cursor style changes
This commit is contained in:
parent
af9dcd6ce2
commit
ac3bcc637c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user