mirror of
https://github.com/TotalFreedomMC/Website.git
synced 2025-08-03 11:06:10 +00:00
Attempt to style the scrollbar for some browsers
This commit is contained in:
parent
733de746f4
commit
f3b855b6d0
3 changed files with 16 additions and 2 deletions
13
css/main.css
13
css/main.css
|
@ -235,4 +235,17 @@ i.rules-icon:hover {
|
|||
}
|
||||
.modal > .modal-footer {
|
||||
background: rgba(50, 50, 50, 0.6);
|
||||
}
|
||||
::-webkit-scrollbar {
|
||||
width: 12px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: rgba(100,100,100,0.1);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
background: rgba(230,230,230,0.3);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue