Release 0.9.0
This commit is contained in:
15
bot/modules/webserver/static/lcars/210-scrollbar_hacks.css
Normal file
15
bot/modules/webserver/static/lcars/210-scrollbar_hacks.css
Normal file
@@ -0,0 +1,15 @@
|
||||
::-webkit-scrollbar {
|
||||
width: var(--main_bar_terminator_width);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: var(--background);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--lcars-tanoi);
|
||||
border-radius: 1.25em;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: var(--lcars-atomic-tangerine);
|
||||
}
|
||||
Reference in New Issue
Block a user