mirror of https://github.com/gorhill/uBlock.git
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:
parent
2effd7ba3d
commit
68dfe98045
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue