mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
Merge pull request #593 from xPaw/scrollbars
Nicer scrollbar (webkit only)
This commit is contained in:
commit
c669a16527
1 changed files with 12 additions and 0 deletions
|
@ -1231,3 +1231,15 @@ button {
|
|||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
background-color: rgba(0,0,0,0);
|
||||
}
|
||||
::-webkit-scrollbar:hover {
|
||||
background-color: rgba(0, 0, 0, 0.09);
|
||||
}
|
||||
::-webkit-scrollbar-thumb:vertical {
|
||||
background: rgba(0,0,0,0.5);
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue