Update userChrome.css
This commit is contained in:
parent
5a6a5f448d
commit
60ea901d1e
1 changed files with 3 additions and 2 deletions
|
@ -13,7 +13,8 @@
|
||||||
|
|
||||||
/* @import "extras/vibrancy.css"; */ /* (MACOS ONLY!) Enable window vibrancy behind tabs */
|
/* @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/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) */
|
/* @import "extras/swapaccount-overflow.css"; */ /* (BUGGY: USE AT OWN RISK!) Swap Account icon and Overflow icon (must be placed next to each other) */
|
||||||
|
/* @import "extras/customColorTheme.css"; */ /* Custom Color Theme Template, Modify colors more easily */
|
||||||
|
|
||||||
/* Display tab-line above tabs */
|
/* Display tab-line above tabs */
|
||||||
/*
|
/*
|
||||||
|
@ -34,4 +35,4 @@
|
||||||
#context-sendpagetodevice, #context-sep-sendpagetodevice, /* Hide send page to device menu */
|
#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 */
|
#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 */
|
#appMenu-edit-controls, .panel-subview-body toolbarseparator:nth-child(12) /* Hide Edit Controls */
|
||||||
{ display: none !important; }
|
{ display: none !important; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue