mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-01 12:26:01 +00:00
added "cursor: pointer" to buttons
This commit is contained in:
parent
539e72565a
commit
9b0017f32d
|
@ -121,6 +121,7 @@ button {
|
|||
min-width: 64px;
|
||||
text-transform: uppercase;
|
||||
color: var(--accent-text);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
button[disabled] {
|
||||
|
|
Loading…
Reference in a new issue