Skip to content

Commit b606635

Browse files
committed
Fix content transparency
1 parent 942cdee commit b606635

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/base.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,17 @@ toolbar .toolbarbutton-1 {
431431
}
432432
}
433433
*/
434+
.browserContainer {
435+
outline: none !important;
436+
box-shadow: none !important;
437+
background: transparent !important;
438+
@media -moz-pref("sidebar.revamp") {
439+
& {
440+
outline: none !important;
441+
box-shadow: none !important;
442+
}
443+
}
444+
}
434445
#tracking-protection-icon-container, #identity-box {
435446
border: none !important;
436447
}

0 commit comments

Comments
 (0)