1.1.11 - UI changes, volume curve etc

This commit is contained in:
exttex
2020-12-13 19:24:25 +01:00
parent 74f049ac71
commit 5c40db1242
35 changed files with 537 additions and 168 deletions

View File

@ -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;
}