Skip to content

Commit

Permalink
Fix: Tab Bar - Connect to toolbar compatibility #117
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jul 7, 2021
1 parent 9be1067 commit 322b41c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,14 @@
margin-bottom: 0px !important;
}

/* Remove line at Toolbar's top */
#tabbrowser-tabs {
z-index: 1 !important;
}
#tabbrowser-arrowscrollbox[overflowing] .tabbrowser-tab[pinned]:is([visuallyselected], [multiselected]) {
overflow: hidden;
}

/** Selected Tab - Color like toolbar ***************************************/
:root:not(:-moz-lwtheme) {
/* Fix for windows's system default theme. Using --toolbar-bgcolor fallback */
Expand Down

0 comments on commit 322b41c

Please sign in to comment.