.titlebar-color{ color: -moz-accent-color-foreground; background-color: -moz-accent-color; } .tab-background{ border-radius: 0px 0px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 40%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; } :root{ --arrowpanel-menuitem-padding: 2px !important; }
See also:
about:config on Firefox Mobile: chrome://geckoview/content/config.xhtml
In Windows explorer, navigate to `%appdata%\Thunderbird\Profiles`, and then into the `XXXXXX.default` subfolder.
/* Global UI font */ * { font-size: 11pt;} * { font-family: "Calibri";} .titlebar-color{ color: -moz-accent-color-foreground; background-color: -moz-accent-color; } .tab-background{ border-radius: 0px 0px !important; margin-bottom: 0px !important; } .tabbrowser-tab:not([selected=true]):not([multiselected=true]) .tab-background{ background-color: color-mix(in srgb, currentColor 40%, transparent); } menupopup > menu, menupopup > menuitem{ padding-block: 2px !important; } :root{ --arrowpanel-menuitem-padding: 2px !important; }