ContentWidget is transparent by default

This commit is contained in:
iLLiCiTiT 2020-09-08 13:55:51 +02:00
parent 5224572d23
commit 53bbafcb24

View file

@ -124,6 +124,9 @@ QPushButton[btn-type="expand-toggle"] {
}
#ContentWidget {
background-color: transparent;
}
#ContentWidget[content_state="hightlighted"] {
background-color: rgba(19, 26, 32, 20%);
}