Add round corner for Chrome scrollbar

This commit is contained in:
the1812 2019-08-30 12:11:49 +08:00
parent e507300ad5
commit d2126a9456
4 changed files with 6 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
min/dark.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -2429,6 +2429,7 @@ li.tag>a:hover,
::-webkit-scrollbar-thumb
{
background: #444 !important;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover
{