mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-04 18:24:46 +02:00
Add base style for button for cursor:pointer, update default btn bg and confirm yes btn color
This commit is contained in:
parent
2ce0c7ea47
commit
366fd1a6da
3 changed files with 7 additions and 2 deletions
|
@ -16,6 +16,11 @@
|
|||
::file-selector-button {
|
||||
border-color: var(--color-gray-200, currentColor);
|
||||
}
|
||||
|
||||
[role='button'],
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
@theme {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue