Modify firefox css
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user