gui: fix colors for idtree of people in qdarkstyle.qss

and change back others trees colors
This commit is contained in:
chelovechishko 2018-01-08 16:02:40 +09:00
parent 884bbb4bbb
commit f8f61ccecd

View File

@ -851,7 +851,11 @@ QTreeView::item {
background-color: #201F1F;
}
QTreeView::item:!selected {
QTreeView::item:selected {
color: black;
}
RSTreeWidget#idTreeWidget::item:!selected {
color: #C0C0C0;
}