forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
1.1 KiB
24 lines
1.1 KiB
.bi-theme-dark div::-webkit-scrollbar, |
|
.bi-theme-dark textarea::-webkit-scrollbar { |
|
-webkit-appearance: none; |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar-track, |
|
.bi-theme-dark textarea::-webkit-scrollbar-track { |
|
background-color: rgba(255, 255, 255, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar-track:hover, |
|
.bi-theme-dark textarea::-webkit-scrollbar-track:hover { |
|
background-color: rgba(255, 255, 255, 0.05); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar-thumb, |
|
.bi-theme-dark textarea::-webkit-scrollbar-thumb { |
|
background-color: rgba(255, 255, 255, 0.1); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff,endColorstr=#1affffff); |
|
} |
|
.bi-theme-dark div::-webkit-scrollbar-thumb:hover, |
|
.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { |
|
background-color: rgba(255, 255, 255, 0.3); |
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff); |
|
}
|
|
|