mirror of https://github.com/gorhill/uBlock.git
Fix untheme parts in element picker widget
Related feedback: - https://github.com/uBlockOrigin/uBlock-issues/discussions/1963#discussioncomment-2117965
This commit is contained in:
parent
6eb9b0998e
commit
ed1b5e2053
|
@ -63,7 +63,7 @@ html#ublock0-epicker,
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#ublock0-epicker section > div:first-child {
|
#ublock0-epicker section > div:first-child {
|
||||||
border: 1px solid var(--border-2);
|
border: 1px solid var(--button-surface);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -115,7 +115,7 @@ html#ublock0-epicker,
|
||||||
}
|
}
|
||||||
.resultsetModifier > span > span:nth-of-type(1) {
|
.resultsetModifier > span > span:nth-of-type(1) {
|
||||||
background-color: var(--checkbox-checked-ink);
|
background-color: var(--checkbox-checked-ink);
|
||||||
border-inline-end: 1px solid #aaa;
|
border-inline-end: 1px solid var(--button-surface);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
|
@ -136,8 +136,8 @@ html#ublock0-epicker,
|
||||||
width: 16px;
|
width: 16px;
|
||||||
}
|
}
|
||||||
.resultsetModifier > span > span:nth-of-type(3) {
|
.resultsetModifier > span > span:nth-of-type(3) {
|
||||||
background-color: var(--checkbox-ink);
|
background-color: var(--button-surface);
|
||||||
border-inline-start: 1px solid #aaa;
|
border-inline-start: 1px solid var(--button-surface);
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
|
@ -155,8 +155,8 @@ html#ublock0-epicker,
|
||||||
}
|
}
|
||||||
#resultsetCount {
|
#resultsetCount {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #aaa;
|
background-color: var(--button-surface);
|
||||||
color: white;
|
color: var(--ink-1);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
min-width: 2.2em;
|
min-width: 2.2em;
|
||||||
|
|
Loading…
Reference in New Issue