mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
Version 40.5 - shop fixes + scrollbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user