Remove border from Firefox 136

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

View File

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