diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 3b31102..33b5ba3 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -13,7 +13,8 @@ /* @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) */ +/* @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 */ /* @@ -34,4 +35,4 @@ #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; } \ No newline at end of file +{ display: none !important; }