|
|
|
@ -7,6 +7,7 @@
|
|
|
|
|
transition-timing-function: ease; |
|
|
|
|
user-select: none; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.1); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000); |
|
|
|
|
border-radius: 5px; |
|
|
|
|
} |
|
|
|
|
.scrollbar-layout-main-vertical { |
|
|
|
@ -26,6 +27,7 @@
|
|
|
|
|
left: 0; |
|
|
|
|
transition-property: background-color; |
|
|
|
|
background-color: rgba(0, 0, 0, 0.1); |
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000); |
|
|
|
|
} |
|
|
|
|
/* Touching the scroll-track directly makes the scroll-track bolder */ |
|
|
|
|
.scrollbar-layout-main-horizontal.public-scrollbar-main-active, |
|
|
|
|