Update tabsbar.css

This commit is contained in:
vinceliuice 2024-08-22 11:29:27 +08:00
parent dca903bd12
commit ece7f3c831

View File

@ -18,6 +18,11 @@ tab > stack {
background-image: none !important;
}
.tab-content {
height: 32px !important;
min-height: 32px !important;
}
.tabbrowser-tab:not([visuallyselected="true"], [multiselected]), .tabbrowser-tab:-moz-lwtheme {
color: var(--gnome-tabbar-tab-color) !important;
}