mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
gui: fix default color of some text in friends list in qdarkstyle.qss
This commit is contained in:
parent
d566a2a842
commit
8c34a50e23
@ -834,6 +834,10 @@ QTreeView::item {
|
||||
background-color: #201F1F;
|
||||
}
|
||||
|
||||
QTreeView::item:!selected {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
|
||||
QTreeView:branch:selected, QTreeView:branch:hover
|
||||
{
|
||||
background: url(qdarkstyle/transparent.png);
|
||||
|
Loading…
Reference in New Issue
Block a user