|
@@ -1656,26 +1656,22 @@ export default vueComponent(Reader);
|
|
color: #000;
|
|
color: #000;
|
|
overflow-x: auto;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
overflow-y: hidden;
|
|
- scrollbar-color: #c49a60 #e4e4e4;
|
|
|
|
|
|
+ scrollbar-color: #c4aa60 #e4e4e4;
|
|
}
|
|
}
|
|
|
|
|
|
.header::-webkit-scrollbar {
|
|
.header::-webkit-scrollbar {
|
|
- height: 10px;
|
|
|
|
|
|
+ height: 5px;
|
|
}
|
|
}
|
|
|
|
|
|
.header::-webkit-scrollbar-track {
|
|
.header::-webkit-scrollbar-track {
|
|
- background-color: #e4e4e4;
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
+ background-color: #1B695F;
|
|
|
|
+ border-radius: 1px;
|
|
}
|
|
}
|
|
|
|
|
|
.header::-webkit-scrollbar-thumb {
|
|
.header::-webkit-scrollbar-thumb {
|
|
- background-color: #c49a60;
|
|
|
|
- border-radius: 4px;
|
|
|
|
- border: 2px solid #e4e4e4;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.header::-webkit-scrollbar-thumb:hover {
|
|
|
|
- background-color: #b48a50;
|
|
|
|
|
|
+ background-color: #c4aa60;
|
|
|
|
+ border-radius: 1px;
|
|
|
|
+ border: 1px solid #1B695F;
|
|
}
|
|
}
|
|
|
|
|
|
.main {
|
|
.main {
|