firefox-customizations/my_userChrome.css

23 lines
610 B
CSS

/* Bookmark font */
#PlacesToolbarItems .bookmark-item menupopup * {
font-stretch: semi-condensed !important;
font-size: 11pt !important;
}
/* for tabs_multiple_lines.css */
:root {
--tab_min_width_mlt: 70px !important;
--tab_max_width_mlt: 140px !important;
--tabs-lines: 4 !important;
}
/* selected tab ****************************/
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab[selected] .tab-content {
background: #00811e !important;
}
/* default tab *****************************/
#TabsToolbar #tabbrowser-tabs .tabbrowser-tab .tab-content {
background: hsl(0, 0%, 6%) !important;
}