Skip to content

Commit

Permalink
Removed gradient around tabs in Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael committed Oct 12, 2023
1 parent a173305 commit b83e43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,14 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
max-height: 32px !important;
border-radius: 3.5px !important;
margin: 1px -2px 1px -2px !important;
box-shadow: none !important;
}
.tab-background:is([selected], [multiselected]):-moz-lwtheme-brighttext {
min-height: 32px !important;
max-height: 32px !important;
border-radius: 3.5px !important;
margin: 1px -2px 1px -2px !important;
box-shadow: none !important;
}
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background[selected="true"] > .tab-context-line {
margin: 0px !important;
Expand Down
1 change: 1 addition & 0 deletions Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ toolbar .toolbarbutton-1:not(#back-button):not(#forward-button):not(#reload-butt
border-top: 1px solid #D5D5D5 !important;
border-bottom: 1px solid #C2C2C2 !important;
margin: 1px -2px 1px -2px !important;
box-shadow: none !important;
}
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background[selected="true"] > .tab-context-line {
margin: 0px !important;
Expand Down

0 comments on commit b83e43f

Please sign in to comment.