mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
gui: fix colors for idtree of people in qdarkstyle.qss
and change back others trees colors
This commit is contained in:
parent
884bbb4bbb
commit
f8f61ccecd
@ -851,7 +851,11 @@ QTreeView::item {
|
||||
background-color: #201F1F;
|
||||
}
|
||||
|
||||
QTreeView::item:!selected {
|
||||
QTreeView::item:selected {
|
||||
color: black;
|
||||
}
|
||||
|
||||
RSTreeWidget#idTreeWidget::item:!selected {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user