File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff line change 100
100
101
101
.platform-win .content {
102
102
::-webkit-scrollbar {
103
- background : #f0f0f0 ;
104
103
width : 15px ;
104
+ height : 15px ;
105
+ }
106
+ ::-webkit-scrollbar-track {
107
+ background : #f0f0f0 ;
105
108
}
106
109
::-webkit-scrollbar-thumb {
107
110
background : #cdcdcd ;
108
111
width : 15px ;
112
+ border : 1px solid #f0f0f0 ;
113
+ }
114
+ :hover ::-webkit-scrollbar-thumb ,
115
+ :focus ::-webkit-scrollbar-thumb {
116
+ background : #a6a6a6 ;
109
117
}
110
- }
118
+ :active ::-webkit-scrollbar-thumb {
119
+ background : #606060 ;
120
+ }
121
+ ::-webkit-scrollbar-track :vertical { // :corner-present
122
+ margin : 0 0 15px 0 ;
123
+ }
124
+ ::-webkit-scrollbar-track :horizontal { // :corner-present
125
+ margin : 0 15px 0 0 ;
126
+ }
127
+ ::-webkit-scrollbar-corner {
128
+ background : #ffffff ;
129
+ }
130
+ }
You can’t perform that action at this time.
0 commit comments