38 lines
1.8 KiB
CSS
38 lines
1.8 KiB
CSS
@import "global/variables.css";
|
|
@import "global/global.css";
|
|
@import "icons/icons.css";
|
|
@import "tabbar/tabbar.css";
|
|
@import "navbar/navbar.css";
|
|
@import "personalbar/personalbar.css";
|
|
@import "popup/popup.css";
|
|
@import "urlbar/urlbar.css";
|
|
@import "findbar/findbar.css";
|
|
@import "tabbar/EdgeStyleTabShadow.css";
|
|
|
|
/* Optional Extras (uncomment/comment to enable/disable) */
|
|
|
|
/* @import "extras/vibrancy.css"; */ /* (MACOS ONLY!) Enable window vibrancy behind tabs */
|
|
/* @import "extras/hidetoolbarbuttons.css"; */ /* (BUGGY: USE AT OWN RISK!) Hide toolbar buttons other than extensions */
|
|
/* @import "extras/swapaccount-overflow.css"; */ /* (BUGGY: USE AT OWN RISK!) Swap Account icon and Overflow icon (must be placed next to each other) */
|
|
|
|
/* Display tab-line above tabs */
|
|
/*
|
|
.tab-line { display: -moz-box !important; }
|
|
*/
|
|
|
|
/* (MACOS ONLY!) Adjust window controls position to make the spacing even */
|
|
/*
|
|
.titlebar-buttonbox { margin-inline: 13px 5px !important; }
|
|
*/
|
|
|
|
#urlbarView-row-162, #urlbarView-row-19, #urlbar .urlbarView .search-one-offs, /* Hide search engine selector on the urlbar dropdown */
|
|
#context-sendpagetodevice, #context-sep-sendpagetodevice, /* Hide send page to device menu */
|
|
#permissions-granted-icon, #appMenu-fxa-status, toolbarseparator.sync-ui-item, #appMenu-protection-report-button, #appMenu-tp-separator, /* Hide Account and protection dashboard from menu */
|
|
#appMenu-edit-controls, .panel-subview-body toolbarseparator:nth-child(12) /* Hide Edit Controls */
|
|
{ display: none !important; }
|
|
|
|
/* Changelog (DD/MM) */
|
|
/* 86.0 / Titlebar buttons no longer squashed on windows */
|
|
/* 86.0 r1 / Fix spacing issues with <select> menupopups */
|
|
/* 86.0 r2 / Add Optional Extras: Vibrancy(macOS), hidetoolbarbuttons / Fixed blurry text for some users. */
|
|
/* 86.0 r3 / Add full theme support / add show tab-line option */
|