mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Add styles for scrollbars
This commit is contained in:
parent
5b283d2789
commit
78fb34e2aa
1 changed files with 11 additions and 1 deletions
|
|
@ -34,10 +34,20 @@
|
||||||
border: var(--border-width) solid var(--main-color);
|
border: var(--border-width) solid var(--main-color);
|
||||||
padding: var(--inner-padding);
|
padding: var(--inner-padding);
|
||||||
|
|
||||||
scrollbar-color: hsl(0, 0%, 50%, 0.5) var(--bg-color);
|
scrollbar-color: var(--main-color) var(--bg-color);
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.textBuffer::-webkit-scrollbar {
|
||||||
|
width: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.textBuffer::-webkit-scrollbar-thumb {
|
||||||
|
background-color: var(--main-color);
|
||||||
|
border: 4px solid var(--bg-color);
|
||||||
|
border-left-width: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
.textBuffer > br:first-child,
|
.textBuffer > br:first-child,
|
||||||
.textBuffer > br:last-child,
|
.textBuffer > br:last-child,
|
||||||
.textBuffer > br + br + br {
|
.textBuffer > br + br + br {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue