1.1.11 - UI changes, volume curve etc
This commit is contained in:
parent
74f049ac71
commit
5c40db1242
35 changed files with 537 additions and 168 deletions
|
@ -11,11 +11,19 @@
|
|||
border-radius: 5px;
|
||||
}
|
||||
|
||||
// ::-webkit-scrollbar-track:hover {
|
||||
// background-color: #080808;
|
||||
// }
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 5px;
|
||||
background-color: #363636;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: #404040;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal {
|
||||
background-color: #36363690;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:horizontal:hover {
|
||||
background-color: #404040;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue