mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
color changes to scrollbar bg
This commit is contained in:
@@ -13,14 +13,13 @@
|
|||||||
|
|
||||||
::-webkit-scrollbar-track
|
::-webkit-scrollbar-track
|
||||||
{
|
{
|
||||||
background-color: lightgrey;
|
background-color: rgba(255,255,255,0.3);
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar
|
::-webkit-scrollbar
|
||||||
{
|
{
|
||||||
width: 4px;
|
width: 4px;
|
||||||
background-color: lightgrey;
|
|
||||||
border-radius:0px;
|
border-radius:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user