5 lines
156 B
CSS
5 lines
156 B
CSS
|
statuspanel .statuspanel-label {
|
||
|
background-color: var(--grey-80) !important;
|
||
|
color: var(--primary-light-color) !important;
|
||
|
border: none !important;
|
||
|
}
|