mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-04-04 19:08:29 +00:00
12 lines
232 B
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;
|
|
}
|