Skip to content

Commit ed1b5e2

Browse files
committed
Fix untheme parts in element picker widget
Related feedback: - uBlockOrigin/uBlock-issues#1963 (comment)
1 parent 6eb9b09 commit ed1b5e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/css/epicker-ui.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ html#ublock0-epicker,
6363
width: 100%;
6464
}
6565
#ublock0-epicker section > div:first-child {
66-
border: 1px solid var(--border-2);
66+
border: 1px solid var(--button-surface);
6767
margin: 0;
6868
position: relative;
6969
}
@@ -115,7 +115,7 @@ html#ublock0-epicker,
115115
}
116116
.resultsetModifier > span > span:nth-of-type(1) {
117117
background-color: var(--checkbox-checked-ink);
118-
border-inline-end: 1px solid #aaa;
118+
border-inline-end: 1px solid var(--button-surface);
119119
display: inline-block;
120120
flex-shrink: 0;
121121
height: 6px;
@@ -136,8 +136,8 @@ html#ublock0-epicker,
136136
width: 16px;
137137
}
138138
.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);
141141
display: inline-block;
142142
flex-grow: 1;
143143
height: 6px;
@@ -155,8 +155,8 @@ html#ublock0-epicker,
155155
}
156156
#resultsetCount {
157157
align-items: center;
158-
background-color: #aaa;
159-
color: white;
158+
background-color: var(--button-surface);
159+
color: var(--ink-1);
160160
display: inline-flex;
161161
justify-content: center;
162162
min-width: 2.2em;

0 commit comments

Comments
 (0)