fix X button not appearing in tag selector (#4309)
With minor tweaks to positioning. Fixes: #4299
This commit is contained in:
parent
1bb7862114
commit
3a59a68779
1 changed files with 6 additions and 5 deletions
|
@ -29,12 +29,13 @@
|
||||||
inset-inline-end: 0;
|
inset-inline-end: 0;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
padding-inline: 5px 8px;
|
align-self: center;
|
||||||
padding-block: 5px;
|
margin-inline-end: 6px;
|
||||||
margin-inline: 0 4px;
|
@media (-moz-platform: windows) {
|
||||||
margin-block: 6px;
|
margin-top: 2px;
|
||||||
|
}
|
||||||
cursor: default;
|
cursor: default;
|
||||||
background: url(resource://gre-resources/searchfield-cancel.svg) no-repeat center/contain;
|
background: url(resource://content-accessible/searchfield-cancel.svg) no-repeat center/contain;
|
||||||
background-size: unset;
|
background-size: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue