|
|
@@ -41,7 +41,7 @@
|
|
|
|
|
|
|
|
|
::-webkit-scrollbar {
|
|
|
- width: 9px;
|
|
|
+ width: 8px;
|
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-track {
|
|
|
@@ -49,14 +49,9 @@
|
|
|
}
|
|
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
- border-radius: 4.5px;
|
|
|
+ border-radius: 4px;
|
|
|
border: 1px solid @cui-white;
|
|
|
- border-right-width: 2px;
|
|
|
- background-color: @cui-gray-300;
|
|
|
-}
|
|
|
-
|
|
|
-::-webkit-scrollbar-thumb:hover {
|
|
|
- background-color: @cui-gray-500;
|
|
|
+ background-color: @cui-gray-200;
|
|
|
}
|
|
|
|
|
|
body {
|