Skip to content

Commit

Permalink
Fixed wrong colour separators in all tabs panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonnev committed Dec 9, 2024
1 parent 6231582 commit b86457b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Private Mode Style/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ menupopup menu[disabled="true"] {
fill: rgba(255,255,255,0.5) !important;
background: none !important;
}
menuseparator::before {
menuseparator::before,
panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.2) !important;
border-bottom: 1px solid rgba(255,255,255,0.1) !important;
Expand Down
9 changes: 6 additions & 3 deletions Titlebar Enabled/userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ menupopup, panel {
overflow: auto !important;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1), inset 0 0 0 1px rgba(255,255,255,0.05), 0px 0px 3px rgba(0,0,0,0.15) !important;
}
menuseparator {
menuseparator,
panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.15) !important;
border-bottom: 1px solid rgba(255,255,255,1) !important;
Expand Down Expand Up @@ -120,7 +121,8 @@ menu[_moz-menuactive="true"]:not([disabled="true"]), menuitem[_moz-menuactive="t
menu[disabled="true"], menuitem[disabled="true"], menucaption[disabled="true"] {
background: none !important;
}
menuseparator {
menuseparator,
panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.3) !important;
border-bottom: 1px solid rgba(255,255,255,0.05) !important;
Expand Down Expand Up @@ -173,7 +175,8 @@ menupopup, panel {
color: rgba(255,255,255,0.5) !important;
fill: rgba(255,255,255,0.5) !important;
}
:root[privatebrowsingmode="temporary"] menuseparator {
:root[privatebrowsingmode="temporary"] menuseparator,
:root[privatebrowsingmode="temporary"] panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.2) !important;
border-bottom: 1px solid rgba(255,255,255,0.1) !important;
Expand Down
9 changes: 6 additions & 3 deletions base.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ menupopup, panel {
overflow: auto !important;
box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.1), inset 0 0 0 1px rgba(255,255,255,0.05), 0px 0px 3px rgba(0,0,0,0.15) !important;
}
menuseparator {
menuseparator,
panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.15) !important;
border-bottom: 1px solid rgba(255,255,255,1) !important;
Expand Down Expand Up @@ -108,7 +109,8 @@ menu[_moz-menuactive="true"]:not([disabled="true"]), menuitem[_moz-menuactive="t
menu[disabled="true"], menuitem[disabled="true"], menucaption[disabled="true"] {
background: none !important;
}
menuseparator {
menuseparator,
panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.3) !important;
border-bottom: 1px solid rgba(255,255,255,0.05) !important;
Expand Down Expand Up @@ -161,7 +163,8 @@ menupopup, panel {
color: rgba(255,255,255,0.5) !important;
fill: rgba(255,255,255,0.5) !important;
}
:root[privatebrowsingmode="temporary"] menuseparator {
:root[privatebrowsingmode="temporary"] menuseparator,
:root[privatebrowsingmode="temporary"] panel toolbarseparator {
appearance: none !important;
border-top: 1px solid rgba(0,0,0,0.2) !important;
border-bottom: 1px solid rgba(255,255,255,0.1) !important;
Expand Down

0 comments on commit b86457b

Please sign in to comment.