mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 12:20:36 -08:00
Fix: Dark Mode - Linux Library popup's duplicated arrow
This commit is contained in:
parent
7923e54fea
commit
4a11d6cd7b
1 changed files with 2 additions and 8 deletions
|
|
@ -1978,7 +1978,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Page Info ==============================================================*/
|
||||
/*= Library Popup ==========================================================*/
|
||||
@-moz-document url("chrome://browser/content/places/places.xhtml")
|
||||
{
|
||||
@media (-moz-gtk-csd-available) {
|
||||
|
|
@ -2119,13 +2119,7 @@
|
|||
|
||||
#placesMenu > menu > .menubar-text {
|
||||
margin-block: 0 !important; /* override menu.css */
|
||||
padding-inline-end: 8px !important;
|
||||
background: url(chrome://global/skin/icons/arrow-down-12.svg) right center no-repeat !important;
|
||||
background-size: 6px !important;
|
||||
}
|
||||
|
||||
#placesMenu > menu > .menubar-text:-moz-locale-dir(rtl) {
|
||||
background-position-x: left !important;
|
||||
padding-inline-end: 4px !important;
|
||||
}
|
||||
|
||||
/*- Search Bar ---------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue