mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Fix: Library - Content's menu paading & arrow at linux #236
This commit is contained in:
parent
a7453881b5
commit
6d827a9d1e
1 changed files with 11 additions and 0 deletions
|
|
@ -1714,6 +1714,17 @@
|
|||
}
|
||||
|
||||
@media (-moz-gtk-csd-available) {
|
||||
/*= Layout Fixes =========================================================*/
|
||||
menupopup menu {
|
||||
padding-block: 4px;
|
||||
}
|
||||
|
||||
.menu-right {
|
||||
width: 16px !important; /* Original: 1ex */
|
||||
background-image: url("chrome://global/skin/icons/arrow-right.svg");
|
||||
background-position: right center;
|
||||
}
|
||||
|
||||
/*= Proton ===============================================================*/
|
||||
:root {
|
||||
--organizer-color: -moz-DialogText;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue