mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 15:47:30 -04: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
1 changed files with 5 additions and 1 deletions
|
@ -851,7 +851,11 @@ QTreeView::item {
|
||||||
background-color: #201F1F;
|
background-color: #201F1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
QTreeView::item:!selected {
|
QTreeView::item:selected {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
|
RSTreeWidget#idTreeWidget::item:!selected {
|
||||||
color: #C0C0C0;
|
color: #C0C0C0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue