mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
Update custom.css
This commit is contained in:
parent
df85de261a
commit
4872a517fe
1 changed files with 4 additions and 6 deletions
|
@ -409,20 +409,18 @@
|
|||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 1.3em;
|
||||
width: 0.7em;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
background: #323e52;
|
||||
|
||||
background: rgb(50 62 82 / 25%);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgb(179 179 179 / 80%);
|
||||
background: rgb(133 133 133 / 80%);
|
||||
border-radius: 100vw;
|
||||
border:0.3em solid #323e52
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #ffffff;
|
||||
background: #919191;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue