diff options
-rw-r--r-- | userChrome.css | 61 |
1 files changed, 1 insertions, 60 deletions
diff --git a/userChrome.css b/userChrome.css index 9b5c162..0fe4b73 100644 --- a/userChrome.css +++ b/userChrome.css @@ -1,62 +1,3 @@ -#back-button, #forward-button, #PanelUI-menu-button { +#back-button, #forward-button, #PanelUI-menu-button, #unified-extensions-button { display: none !important; } - -menubar, nav-bar, #TabsToolbar > * { - /*background-color:*/ /*#E9AFED*/ /*#CC02DB*/ /*#9d4ab5*/ /*#C678DD*/ /*#982cb8*/ /*#7b00a3*/ /*#AB47BC !important;*/ - background: linear-gradient(90deg, rgba(198,120,221,1) 28%, rgba(251,111,146,1) 74%, rgba(171,71,188,1) 97%); -} - -/* -toolbar > * { - background-color: #22252c !important; -} -*/ - -/* -.tab-background[selected="true"] { - background: #1b1d24 !important; -} -*/ - -/* -#urlbar-background { - background-color: #14161b !important; -} -*/ - -/* -#nav-bar toolbarspring { - min-width: 25px !important; - max-width: 35px !important; -} -*/ - -/* cuz mozilla be stupid sometimes */ -/* -#unified-extensions-view { - --uei-icon-size: 16px; -} -*/ - -/* -.unified-extensions-item-menu-button.subviewbutton { - padding: 2px !important; -} -.unified-extensions-item-message-deck { - display: none; -} -#unified-extensions-view > vbox > vbox > .unified-extensions-item { - padding-block: 0px !important; -} -.unified-extensions-item-menu-button { - margin-inline-end: 0 !important; -} -.unified-extensions-list .unified-extensions-item-menu-button { - margin-inline-end: 8px !important; -} -*/ - -#unified-extensions-button { - display: none; -} |