Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Fix tab bottom border on light style
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfredwee committed Sep 7, 2019
1 parent 951ade8 commit 74a9bef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions userChrome-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
--tabs-border: transparent !important;
}

#navigator-toolbox:-moz-lwtheme {
--tabs-border-color: rgba(0,0,0,0) !important;
}

.tabbrowser-arrowscrollbox .arrowscrollbox-scrollbox {
padding-inline-start: 10px !important;
}
Expand Down

0 comments on commit 74a9bef

Please sign in to comment.