mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-02 21:41:27 -08:00
Fix: Compatibility - Menu button, right arrow padding #597
This commit is contained in:
parent
5617613089
commit
7cd18016df
2 changed files with 13 additions and 0 deletions
|
|
@ -49,6 +49,12 @@
|
|||
#widget-overflow-mainView #zoom-in-button > .toolbarbutton-icon {
|
||||
padding-inline-start: 0px !important;
|
||||
}
|
||||
/*= Subview button, Menu's right padding #597 ================================*/
|
||||
.subviewbutton.toolbaritem-combined-buttons:not([shortcut]),
|
||||
.subviewbutton.subviewbutton-nav:not([shortcut]),
|
||||
menu.subviewbutton {
|
||||
padding-inline-end: 0 !important;
|
||||
}
|
||||
/*= Icon Fill Color ==========================================================*/
|
||||
:root:-moz-lwtheme {
|
||||
/* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme
|
||||
|
|
|
|||
|
|
@ -24,6 +24,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*= Subview button, Menu's right padding #597 ================================*/
|
||||
.subviewbutton.toolbaritem-combined-buttons:not([shortcut]),
|
||||
.subviewbutton.subviewbutton-nav:not([shortcut]),
|
||||
menu.subviewbutton {
|
||||
padding-inline-end: 0 !important;
|
||||
}
|
||||
|
||||
/*= Icon Fill Color ==========================================================*/
|
||||
:root:-moz-lwtheme {
|
||||
/* Auto create --lwt-toolbarbutton-icon-fill-attention, fix for nightly default theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue