Fix scope of the userChrome.css
This commit is contained in:
parent
9955d3cce8
commit
212182edfa
1 changed files with 78 additions and 76 deletions
|
@ -10,6 +10,8 @@ with tweaks to the spacing of drop-down menus, sizing of the tabs, and the margi
|
||||||
|
|
||||||
***/
|
***/
|
||||||
|
|
||||||
|
@-moz-document url(chrome://browser/content/browser.xhtml) {
|
||||||
|
|
||||||
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
|
/*** Tighten up drop-down/context/popup menu spacing (8 Sep 2021) ***/
|
||||||
|
|
||||||
menupopup:not(.in-menulist) > menuitem,
|
menupopup:not(.in-menulist) > menuitem,
|
||||||
|
@ -100,4 +102,4 @@ menupopup:not(.in-menulist) > menu {
|
||||||
#identity-box[pageproxystate="valid"].notSecureText > .identity-box-button, #identity-box[pageproxystate="valid"].chromeUI > .identity-box-button, #identity-box[pageproxystate="valid"].extensionPage > .identity-box-button, #urlbar-label-box {
|
#identity-box[pageproxystate="valid"].notSecureText > .identity-box-button, #identity-box[pageproxystate="valid"].chromeUI > .identity-box-button, #identity-box[pageproxystate="valid"].extensionPage > .identity-box-button, #urlbar-label-box {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue