Add files via upload
This commit is contained in:
parent
b556ac127b
commit
b3a061d818
5 changed files with 76 additions and 40 deletions
|
@ -9,28 +9,22 @@
|
|||
@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) */
|
||||
|
||||
/* (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;
|
||||
}
|
||||
|
||||
/* Swap Account icon and Overflow icon (Must be placed next to each other) */
|
||||
/*
|
||||
@media (min-width: 687px) {
|
||||
#nav-bar-overflow-button { transform: translateX(-44px); }
|
||||
#fxa-toolbar-menu-button { transform: translateX(44px); }
|
||||
}
|
||||
*/
|
||||
|
||||
/* Replace Firefox identity icon with Edge */
|
||||
/*
|
||||
#identity-icon-label { display: none !important; }
|
||||
#identity-box.chromeUI[pageproxystate="valid"]::after { content: "Edge"; padding-inline-start: 8px; }
|
||||
#identity-icon { list-style-image: url("icons/edge.svg") !important; }
|
||||
*/
|
||||
{ display: none !important; }
|
||||
|
||||
/* Changelog (DD/MM) */
|
||||
/* 14-03 / Titlebar buttons no longer squashed on windows */
|
||||
/* 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. */
|
Loading…
Add table
Add a link
Reference in a new issue