firefox-userchrome/sidebar-remove-browser-outline.css

7 lines
252 B
CSS

/* Remove the built in Browser box outline and box shadow which looks a bit odd with sidebar. [[OPTIONAL]] */
#tabbrowser-tabbox {
@media (-moz-bool-pref: "sidebar.revamp") {
outline: none !important;
box-shadow: none !important;
}
}