This commit is contained in:
vinceliuice
2023-06-11 17:57:14 +08:00
parent 947fc627cf
commit 4e299c7fb9
2 changed files with 31 additions and 6 deletions

View File

@@ -62,6 +62,21 @@
border-image: none !important;
}
/* Tabs separators */
.tabbrowser-tab {
border-width: 1px !important;
border-left: 1px solid transparent !important;
}
.tabbrowser-tab + .tabbrowser-tab:not([selected], :hover) {
border-color: var(--gnome-toolbar-border-color) !important;
}
.tabbrowser-tab[selected] + .tabbrowser-tab,
.tabbrowser-tab:hover + .tabbrowser-tab {
border-color: transparent !important;
}
/* Space between tabs */
.tabbrowser-tab:not([pinned=true]) {
margin: 0 !important;