Modify firefox css
This commit is contained in:
@@ -284,31 +284,29 @@
|
||||
"widget.use-xdg-desktop-portal.file-picker" = 1;
|
||||
};
|
||||
userChrome = ''
|
||||
#TabsToolbar{ visibility: collapse !important }
|
||||
|
||||
/* Sidebery */
|
||||
#main-window[titlepreface*="🦊 "] .tabbrowser-tab {
|
||||
/* Sidebery */
|
||||
#main-window.tabbrowser-tab {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
||||
#main-window[titlepreface*="🦊 "] .titlebar-button {
|
||||
#main-window.titlebar-button {
|
||||
height: 40px !important;
|
||||
}
|
||||
|
||||
#main-window[titlepreface*="🦊 "] #nav-bar {
|
||||
#main-window #nav-bar {
|
||||
margin-top: -40px;
|
||||
margin-right: 137px;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
#main-window[titlepreface*="🦊 "] #titlebar-spacer {
|
||||
#main-window #titlebar-spacer {
|
||||
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);
|
||||
}
|
||||
|
||||
#main-window[titlepreface*="🦊 "] .titlebar-color {
|
||||
#main-window .titlebar-color {
|
||||
background-color: var(--toolbar-bgcolor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user