Remove sidebar border

This commit is contained in:
2025-03-05 11:18:47 -06:00
parent a8f865c5c3
commit ef2b36a245

View File

@ -10,6 +10,11 @@
border-bottom: none !important;
}
#tabbrowser-tabbox {
box-shadow: none !important;
outline: none !important;
}
/* Windows overrides */
@media (-moz-platform: windows) {