mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
inputs scroll bar styled
This commit is contained in:
parent
7a1b207f46
commit
2c0c656c97
1 changed files with 13 additions and 0 deletions
|
|
@ -285,6 +285,19 @@
|
|||
width: 15rem;
|
||||
max-height: calc(3.2rem * 7);
|
||||
overflow-y: auto;
|
||||
scrollbar-color: @color-surface-light1 @color-surface-light4;
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: @color-surface-light1;
|
||||
|
||||
&:hover {
|
||||
background-color: @color-surface-light2;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background-color: @color-surface-light4;
|
||||
}
|
||||
|
||||
.multiselect-option-container {
|
||||
background: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue