|
|
@ -4454,8 +4454,8 @@ body { |
|
|
|
div::-webkit-scrollbar, |
|
|
|
div::-webkit-scrollbar, |
|
|
|
textarea::-webkit-scrollbar { |
|
|
|
textarea::-webkit-scrollbar { |
|
|
|
-webkit-appearance: none; |
|
|
|
-webkit-appearance: none; |
|
|
|
background-color: rgba(135, 141, 159, 0.05); |
|
|
|
background-color: rgba(61, 77, 102, 0.05); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d878d9f,endColorstr=#0d878d9f); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0d3d4d66,endColorstr=#0d3d4d66); |
|
|
|
width: 6px; |
|
|
|
width: 6px; |
|
|
|
height: 6px; |
|
|
|
height: 6px; |
|
|
|
} |
|
|
|
} |
|
|
@ -4464,19 +4464,19 @@ textarea::-webkit-scrollbar-thumb { |
|
|
|
-webkit-border-radius: 0; |
|
|
|
-webkit-border-radius: 0; |
|
|
|
-moz-border-radius: 0; |
|
|
|
-moz-border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
background-color: rgba(135, 141, 159, 0.3); |
|
|
|
background-color: rgba(61, 77, 102, 0.3); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d878d9f,endColorstr=#4d878d9f); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4d3d4d66,endColorstr=#4d3d4d66); |
|
|
|
} |
|
|
|
} |
|
|
|
div::-webkit-scrollbar-thumb:hover, |
|
|
|
div::-webkit-scrollbar-thumb:hover, |
|
|
|
textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
background-color: rgba(135, 141, 159, 0.7); |
|
|
|
background-color: rgba(61, 77, 102, 0.7); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3878d9f,endColorstr=#b3878d9f); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b33d4d66,endColorstr=#b33d4d66); |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark div::-webkit-scrollbar, |
|
|
|
.bi-theme-dark div::-webkit-scrollbar, |
|
|
|
.bi-theme-dark textarea::-webkit-scrollbar { |
|
|
|
.bi-theme-dark textarea::-webkit-scrollbar { |
|
|
|
-webkit-appearance: none; |
|
|
|
-webkit-appearance: none; |
|
|
|
background-color: rgba(208, 212, 218, 0.05); |
|
|
|
background-color: rgba(255, 255, 255, 0.05); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dd0d4da,endColorstr=#0dd0d4da); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0dffffff,endColorstr=#0dffffff); |
|
|
|
width: 6px; |
|
|
|
width: 6px; |
|
|
|
height: 6px; |
|
|
|
height: 6px; |
|
|
|
} |
|
|
|
} |
|
|
@ -4485,13 +4485,13 @@ textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
-webkit-border-radius: 0; |
|
|
|
-webkit-border-radius: 0; |
|
|
|
-moz-border-radius: 0; |
|
|
|
-moz-border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
border-radius: 0; |
|
|
|
background-color: rgba(208, 212, 218, 0.3); |
|
|
|
background-color: rgba(255, 255, 255, 0.3); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dd0d4da,endColorstr=#4dd0d4da); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4dffffff,endColorstr=#4dffffff); |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-theme-dark div::-webkit-scrollbar-thumb:hover, |
|
|
|
.bi-theme-dark div::-webkit-scrollbar-thumb:hover, |
|
|
|
.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
.bi-theme-dark textarea::-webkit-scrollbar-thumb:hover { |
|
|
|
background-color: rgba(208, 212, 218, 0.7); |
|
|
|
background-color: rgba(255, 255, 255, 0.7); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3d0d4da,endColorstr=#b3d0d4da); |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b3ffffff,endColorstr=#b3ffffff); |
|
|
|
} |
|
|
|
} |
|
|
|
.bi-farbtastic .wheel { |
|
|
|
.bi-farbtastic .wheel { |
|
|
|
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/wheel.png') no-repeat center center; |
|
|
|
background: url('http://fine-design-storage.oss-cn-shanghai.aliyuncs.com/fineui/2.0/images/1x/background/wheel.png') no-repeat center center; |
|
|
|