[view] feature: adding a new 'verified' filter for the packages table

This commit is contained in:
Vinicius Moreira
2023-11-30 17:17:32 -03:00
parent 4c91973028
commit a4c24c8aa6
32 changed files with 254 additions and 38 deletions

View File

@@ -83,6 +83,10 @@ QLabel#confirm_dialog_icon {
qproperty-pixmap: url("@style_dir/img/question.svg");
}
QLabel#confirm_dialog_icon[type = "warning"] {
qproperty-pixmap: url("@style_dir/img/warning.svg");
}
QPlainTextEdit[console = 'true'] {
background: @console.background.color;
color: @console.font.color;