diff options
Diffstat (limited to 'userChrome.css')
-rw-r--r-- | userChrome.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/userChrome.css b/userChrome.css new file mode 100644 index 0000000..9b5c162 --- /dev/null +++ b/userChrome.css @@ -0,0 +1,62 @@ +#back-button, #forward-button, #PanelUI-menu-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; +} |