File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ html#ublock0-epicker,
63
63
width : 100% ;
64
64
}
65
65
# ublock0-epicker section > div : first-child {
66
- border : 1px solid var (--border-2 );
66
+ border : 1px solid var (--button-surface );
67
67
margin : 0 ;
68
68
position : relative;
69
69
}
@@ -115,7 +115,7 @@ html#ublock0-epicker,
115
115
}
116
116
.resultsetModifier > span > span : nth-of-type (1 ) {
117
117
background-color : var (--checkbox-checked-ink );
118
- border-inline-end : 1px solid # aaa ;
118
+ border-inline-end : 1px solid var ( --button-surface ) ;
119
119
display : inline-block;
120
120
flex-shrink : 0 ;
121
121
height : 6px ;
@@ -136,8 +136,8 @@ html#ublock0-epicker,
136
136
width : 16px ;
137
137
}
138
138
.resultsetModifier > span > span : nth-of-type (3 ) {
139
- background-color : var (--checkbox-ink );
140
- border-inline-start : 1px solid # aaa ;
139
+ background-color : var (--button-surface );
140
+ border-inline-start : 1px solid var ( --button-surface ) ;
141
141
display : inline-block;
142
142
flex-grow : 1 ;
143
143
height : 6px ;
@@ -155,8 +155,8 @@ html#ublock0-epicker,
155
155
}
156
156
# resultsetCount {
157
157
align-items : center;
158
- background-color : # aaa ;
159
- color : white ;
158
+ background-color : var ( --button-surface ) ;
159
+ color : var ( --ink-1 ) ;
160
160
display : inline-flex;
161
161
justify-content : center;
162
162
min-width : 2.2em ;
You can’t perform that action at this time.
0 commit comments