mobile-config-firefox/src/userChrome/borderless_transparent_active_tab.css

12 lines
232 B
CSS

/* Copyright 2023 user0
* SPDX-License-Identifier: MPL-2.0 */
/* Tab color */
.tab-background {
background-color: transparent !important;
}
/* Tab border */
.tab-background[selected] {
border: 0 transparent !important;
}