Add visual hint to grab area of element picker dialog

Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1714
This commit is contained in:
Raymond Hill 2021-09-12 10:47:40 -04:00
parent 2effd7ba3d
commit 68dfe98045
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 3 additions and 0 deletions

View File

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