mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-04 06:20:37 -08:00
Fix: Padding - Unified extension menu button #603
This commit is contained in:
parent
24948d4407
commit
d8d19cd52a
3 changed files with 21 additions and 14 deletions
|
|
@ -2764,15 +2764,10 @@
|
|||
#identity-popup-clear-sitedata-button,
|
||||
#identity-popup-more-info,
|
||||
#unified-extensions-manage-extensions,
|
||||
.unified-extensions-item-open-menu {
|
||||
.unified-extensions-item-open-menu,
|
||||
.unified-extensions-item-menu-button.subviewbutton {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
/* TODO: For now, fxa-menu doesn't show any status.
|
||||
(JS required, observe .syncNowBtn status)
|
||||
#PanelUI-fxa-menu-syncnow-button[syncstatus="active"] {
|
||||
cursor: progress !important;
|
||||
}
|
||||
*/
|
||||
}
|
||||
/*= Panel UI Button Separator ================================================*/
|
||||
@supports -moz-bool-pref("userChrome.decoration.panel_button_separator") {
|
||||
|
|
@ -3818,6 +3813,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.unified-extensions-item-menu-button.subviewbutton {
|
||||
padding: 8px !important; /* Original: var(--arrowpanel-menuitem-padding-inline) */
|
||||
}
|
||||
}
|
||||
@supports -moz-bool-pref("userChrome.padding.panel_header") {
|
||||
.panel-header {
|
||||
|
|
|
|||
|
|
@ -23,13 +23,13 @@ menuitem.openintabs-menuitem,
|
|||
#identity-popup-clear-sitedata-button,
|
||||
#identity-popup-more-info,
|
||||
#unified-extensions-manage-extensions,
|
||||
.unified-extensions-item-open-menu {
|
||||
.unified-extensions-item-open-menu,
|
||||
.unified-extensions-item-menu-button.subviewbutton {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
/* TODO: For now, fxa-menu doesn't show any status.
|
||||
(JS required, observe .syncNowBtn status)
|
||||
#PanelUI-fxa-menu-syncnow-button[syncstatus="active"] {
|
||||
cursor: progress !important;
|
||||
}
|
||||
*/
|
||||
// TODO: For now, fxa-menu doesn't show any status.
|
||||
// (JS required, observe .syncNowBtn status)
|
||||
// #PanelUI-fxa-menu-syncnow-button[syncstatus="active"] {
|
||||
// cursor: progress !important;
|
||||
// }
|
||||
|
|
|
|||
|
|
@ -29,3 +29,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #603
|
||||
.unified-extensions-item-menu-button.subviewbutton {
|
||||
padding: 8px !important; /* Original: var(--arrowpanel-menuitem-padding-inline) */
|
||||
}
|
||||
// Or
|
||||
// toolbaritem.unified-extensions-item[unified-extensions="true"] .unified-extensions-item-menu-button.subviewbutton {
|
||||
// padding: var(--arrowpanel-menuitem-padding-inline) !important;
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue