mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Panel - Misplaced separator of the Account menu #1041
This commit is contained in:
parent
6b554042a0
commit
2658e7328e
3 changed files with 8 additions and 4 deletions
6
css/leptonChrome.css
generated
6
css/leptonChrome.css
generated
|
|
@ -11571,7 +11571,8 @@
|
||||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#PanelUI-fxa-menu > :first-child {
|
#PanelUI-fxa-menu > :first-child,
|
||||||
|
#fxa-manage-account-button {
|
||||||
order: -1;
|
order: -1;
|
||||||
-moz-box-ordinal-group: 0;
|
-moz-box-ordinal-group: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -26755,7 +26756,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
@media (not (-moz-bool-pref: "userChrome.icon.disabled")) and (-moz-bool-pref: "userChrome.icon.panel") {
|
||||||
#PanelUI-fxa-menu > :first-child {
|
#PanelUI-fxa-menu > :first-child,
|
||||||
|
#fxa-manage-account-button {
|
||||||
order: -1;
|
order: -1;
|
||||||
-moz-box-ordinal-group: 0;
|
-moz-box-ordinal-group: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
3
css/leptonChromeESR.css
generated
3
css/leptonChromeESR.css
generated
|
|
@ -12009,7 +12009,8 @@
|
||||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#PanelUI-fxa-menu > :first-child {
|
#PanelUI-fxa-menu > :first-child,
|
||||||
|
#fxa-manage-account-button {
|
||||||
order: -1;
|
order: -1;
|
||||||
-moz-box-ordinal-group: 0;
|
-moz-box-ordinal-group: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -259,7 +259,8 @@
|
||||||
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
#PanelUI-signedin-panel[hidden="true"] + #PanelUI-fxa-cta-menu #PanelUI-products-separator {
|
||||||
display: none; // #916
|
display: none; // #916
|
||||||
}
|
}
|
||||||
#PanelUI-fxa-menu > :first-child {
|
#PanelUI-fxa-menu > :first-child,
|
||||||
|
#fxa-manage-account-button {
|
||||||
@include BoxOrder(0);
|
@include BoxOrder(0);
|
||||||
}
|
}
|
||||||
#PanelUI-sign-out-separator {
|
#PanelUI-sign-out-separator {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue