height: 17px;
}
-div::-webkit-scrollbar-button:-webkit-scrollbar-vertical {
+div::-webkit-scrollbar-button:-webkit-vertical {
background-color:lightblue;
border:2px solid black;
}
-div::-webkit-scrollbar-button:-webkit-scrollbar-horizontal {
+div::-webkit-scrollbar-button:-webkit-horizontal {
background-color:#208020;
border:2px solid black;
}
border:2px solid #cccccc;
}
-div::-webkit-scrollbar-thumb:-webkit-scrollbar-horizontal {
+div::-webkit-scrollbar-thumb:-webkit-horizontal {
background-color: #004000;
}
}
div::-webkit-scrollbar-track {
- background-color: olive;
-}
-
-div::-webkit-scrollbar-track:-webkit-window-active {
background-color: #2060a0;
}
-div::-webkit-scrollbar-track:-webkit-scrollbar-horizontal {
+div::-webkit-scrollbar-track:-webkit-horizontal {
background-color: #40a040;
}
</style>