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;
|
|
}
|