mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-16 10:50:41 +01:00
12 lines
173 B
CSS
12 lines
173 B
CSS
|
StatusView {
|
||
|
background: white;
|
||
|
background-color: white;
|
||
|
}
|
||
|
QVBoxLayout {
|
||
|
background: white;
|
||
|
background-color: white;
|
||
|
}
|
||
|
QScrollArea {
|
||
|
background: qpalette(base);
|
||
|
}
|