1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

Fix grab area of element picker to accomodate dark theme

This commit is contained in:
Raymond Hill 2022-02-04 09:25:50 -05:00
parent 020dad8e58
commit dbf4ed7f4b
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -47,11 +47,11 @@ html#ublock0-epicker,
color: var(--button-preferred-ink);
}
#ublock0-epicker #move {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAD0lEQVQI12NgwAH+MxANACsZAQAWO6hBAAAAAElFTkSuQmCC');
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAFElEQVQI12NgwAfKy8v/M5ANYLoBshgEyQo6H9UAAAAASUVORK5CYII=');
cursor: grab;
flex-grow: 1;
margin: 2px 4px;
opacity: 0.2;
opacity: 0.8;
}
#ublock0-epicker aside.moving #move {
cursor: grabbing;