dotfiles/firefox/userChrome.css

36 lines
919 B
CSS

* {
border-radius: 0 !important;
}
/* Tabbar */
#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar {
opacity: 0;
pointer-events: none;
}
#main-window:not([tabsintitlebar="true"]) #TabsToolbar {
visibility: collapse !important;
}
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header {
display: none;
}
/* Addressbar */
#main-window:not([privatebrowsingmode="temporary"]) #urlbar-background {
/* --toolbar-field-border-color: #adadad; */
border-color: var(--button-active-bgcolor) !important;
background-color: Field !important;
}
@media (-moz-bool-pref: "browser.urlbar.richSuggestions.featureGate") {
#urlbar:not(.searchButton) > #urlbar-input-container > #identity-box[pageproxystate="invalid"] > .identity-box-button {
padding-inline: var(--urlbar-icon-padding) !important;
}
}
#star-button-box {
display: none;
}