Modify firefox css

This commit is contained in:
2024-01-16 13:42:51 -04:00
parent 20a61c0b72
commit 6e67d03155

View File

@@ -284,31 +284,29 @@
"widget.use-xdg-desktop-portal.file-picker" = 1; "widget.use-xdg-desktop-portal.file-picker" = 1;
}; };
userChrome = '' userChrome = ''
#TabsToolbar{ visibility: collapse !important } /* Sidebery */
#main-window.tabbrowser-tab {
/* Sidebery */
#main-window[titlepreface*="🦊 "] .tabbrowser-tab {
visibility: collapse !important; visibility: collapse !important;
} }
#main-window[titlepreface*="🦊 "] .titlebar-button { #main-window.titlebar-button {
height: 40px !important; height: 40px !important;
} }
#main-window[titlepreface*="🦊 "] #nav-bar { #main-window #nav-bar {
margin-top: -40px; margin-top: -40px;
margin-right: 137px; margin-right: 137px;
box-shadow: none !important; box-shadow: none !important;
} }
#main-window[titlepreface*="🦊 "] #titlebar-spacer { #main-window #titlebar-spacer {
background-color: var(--chrome-secondary-background-color); background-color: var(--chrome-secondary-background-color);
} }
#main-window[titlepreface*="🦊 "] #titlebar-buttonbox-container { #main-window #titlebar-buttonbox-container {
background-color: var(--chrome-secondary-background-color); background-color: var(--chrome-secondary-background-color);
} }
#main-window[titlepreface*="🦊 "] .titlebar-color { #main-window .titlebar-color {
background-color: var(--toolbar-bgcolor); background-color: var(--toolbar-bgcolor);
} }