Skip to content

Commit

Permalink
Fix untheme parts in element picker widget
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Feb 5, 2022
1 parent 6eb9b09 commit ed1b5e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/css/epicker-ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ html#ublock0-epicker,
width: 100%;
}
#ublock0-epicker section > div:first-child {
border: 1px solid var(--border-2);
border: 1px solid var(--button-surface);
margin: 0;
position: relative;
}
Expand Down Expand Up @@ -115,7 +115,7 @@ html#ublock0-epicker,
}
.resultsetModifier > span > span:nth-of-type(1) {
background-color: var(--checkbox-checked-ink);
border-inline-end: 1px solid #aaa;
border-inline-end: 1px solid var(--button-surface);
display: inline-block;
flex-shrink: 0;
height: 6px;
Expand All @@ -136,8 +136,8 @@ html#ublock0-epicker,
width: 16px;
}
.resultsetModifier > span > span:nth-of-type(3) {
background-color: var(--checkbox-ink);
border-inline-start: 1px solid #aaa;
background-color: var(--button-surface);
border-inline-start: 1px solid var(--button-surface);
display: inline-block;
flex-grow: 1;
height: 6px;
Expand All @@ -155,8 +155,8 @@ html#ublock0-epicker,
}
#resultsetCount {
align-items: center;
background-color: #aaa;
color: white;
background-color: var(--button-surface);
color: var(--ink-1);
display: inline-flex;
justify-content: center;
min-width: 2.2em;
Expand Down

0 comments on commit ed1b5e2

Please sign in to comment.