1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

More fine tuning to bring element picker in line with theme

This commit is contained in:
Raymond Hill 2022-02-06 18:58:29 -05:00
parent 32207c1219
commit 128ec3a7e4
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2,7 +2,6 @@ html#ublock0-epicker,
#ublock0-epicker body {
background: transparent;
cursor: not-allowed;
font: 12px sans-serif;
height: 100vh;
margin: 0;
overflow: hidden;
@ -37,11 +36,6 @@ html#ublock0-epicker,
#ublock0-epicker ul {
margin: 0.25em 0 0 0;
}
#ublock0-epicker button {
cursor: pointer;
min-height: 32px;
padding: 0 0.8em;
}
#ublock0-epicker.preview #preview {
background-color: var(--button-preferred-surface);
color: var(--button-preferred-ink);
@ -86,7 +80,8 @@ html#ublock0-epicker,
#ublock0-epicker section .resultsetWidgets {
display: flex;
}
font-size: var(--font-size-smaller);
}
#resultsetModifiers {
align-items: flex-end;
display: inline-flex;
@ -199,7 +194,7 @@ html#ublock0-epicker,
border: 1px solid transparent;
cursor: pointer;
direction: ltr;
font-family: monospace;
font: 12px monospace;
white-space: nowrap;
}
#ublock0-epicker #candidateFilters .changeFilter li.active {