Поправки webkit-scrollbar
This commit is contained in:
@@ -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;
|
background-color: #1B695F;
|
||||||
border-radius: 4px;
|
border-radius: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header::-webkit-scrollbar-thumb {
|
.header::-webkit-scrollbar-thumb {
|
||||||
background-color: #c49a60;
|
background-color: #c4aa60;
|
||||||
border-radius: 4px;
|
border-radius: 1px;
|
||||||
border: 2px solid #e4e4e4;
|
border: 1px solid #1B695F;
|
||||||
}
|
|
||||||
|
|
||||||
.header::-webkit-scrollbar-thumb:hover {
|
|
||||||
background-color: #b48a50;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
|
|||||||
Reference in New Issue
Block a user