Version 40.5 - shop fixes + scrollbar

This commit is contained in:
2023-10-02 22:24:23 +02:00
parent 2234656ec3
commit 2271c8fa52
4 changed files with 131 additions and 165 deletions

View File

@@ -243,4 +243,13 @@ ul li a{
}
ul li:hover a{
color: #44dd44;
}
::-webkit-scrollbar{
background: transparent;
width: 10px;
}
::-webkit-scrollbar-thumb{
background: linear-gradient(transparent, #00ec00);
border-radius: 0 0 0.5rem 0.5rem;
}

View File

@@ -272,4 +272,13 @@ ul li a{
}
ul li:hover a{
color: #44dd44;
}
::-webkit-scrollbar{
background: transparent;
width: 10px;
}
::-webkit-scrollbar-thumb{
background: linear-gradient(transparent, #00ec00);
border-radius: 0 0 0.5rem 0.5rem;
}