show tab's bottom border

This commit is contained in:
Gerome Matilla 2020-08-16 06:12:20 +08:00
parent b07f29d6d2
commit 0013f6eda5
1 changed files with 5 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/* These applies to all colorschemes */ /* These applies to all colorschemes */
/* If windows - `-moz-win-glass`, if macOS - `-moz-mac-vibrancy-dark` */ /* If windows - `-moz-win-glass`, if macOS - `-moz-mac-vibrancy-dark` */
--bf-moz-appearance: -moz-mac-vibrancy-dark !important; --bf-moz-appearance: -moz-win-glass !important;
--bf-backdrop-blur: 6px; --bf-backdrop-blur: 6px;
@ -589,10 +589,13 @@ hbox.tab-content[pinned=true] .tab-text {
} }
/* Hide the blue line on top of tab */ /* Hide the blue line on top of tab */
.tab-line, .tab-bottom-line { .tab-line {
display: none !important; display: none !important;
} }
.tab-bottom-line {
}
.tabbrowser-tab { .tabbrowser-tab {
border-radius: var(--bf-tab-border-radius) !important; border-radius: var(--bf-tab-border-radius) !important;
border-width: 0; border-width: 0;