mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 05:09:40 +00:00
Update:Scrollbar width and color for Firefox #950
This commit is contained in:
parent
575ec9d00b
commit
149f52b33c
1 changed files with 4 additions and 0 deletions
|
|
@ -22,6 +22,10 @@
|
|||
#bookshelf {
|
||||
height: calc(100% - 40px);
|
||||
background-image: linear-gradient(to right bottom, #2e2e2e, #303030, #313131, #333333, #353535, #343434, #323232, #313131, #2c2c2c, #282828, #232323, #1f1f1f);
|
||||
|
||||
/* For Firefox */
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #855620 rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.bookshelf-row {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue