main.css changed scrollbar width
This commit is contained in:
parent
08d6aded83
commit
3fa768c6fd
10
css/main.css
10
css/main.css
@ -234,19 +234,19 @@ p {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 4px rgba(0, 255, 255, 1);
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 1);
|
||||
background-color: rgba(0,0,0,0.9);
|
||||
border-radius: 10px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(0, 255, 255, 0.5);
|
||||
border-radius: 6px;
|
||||
-webkit-box-shadow: inset 0 0 4px rgba(0, 255, 255, 0.5);
|
||||
border-radius: 2px;
|
||||
-webkit-box-shadow: inset 0 0 2px rgba(0, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.auto-size {
|
||||
|
Loading…
Reference in New Issue
Block a user