set message priority color in stylesheet

This commit is contained in:
dries.k
2023-05-31 21:11:45 +02:00
parent c57e3d5bca
commit c1323fefed
4 changed files with 32 additions and 22 deletions

View File

@@ -5,3 +5,11 @@ MessageWidget QPushButton[objectName^="pb_delete"] {
MessageWidget QLabel[objectName^="label_date"] {
margin-right: 1px;
}
MessageWidget QLabel[priority="medium"] {
background-color: #b3e67e22;
}
MessageWidget QLabel[priority="high"] {
background-color: #e74c3c;
}