mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
gui: fix default color of some text in friends list in qdarkstyle.qss
This commit is contained in:
parent
d566a2a842
commit
8c34a50e23
1 changed files with 4 additions and 0 deletions
|
@ -834,6 +834,10 @@ QTreeView::item {
|
||||||
background-color: #201F1F;
|
background-color: #201F1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeView::item:!selected {
|
||||||
|
color: #C0C0C0;
|
||||||
|
}
|
||||||
|
|
||||||
QTreeView:branch:selected, QTreeView:branch:hover
|
QTreeView:branch:selected, QTreeView:branch:hover
|
||||||
{
|
{
|
||||||
background: url(qdarkstyle/transparent.png);
|
background: url(qdarkstyle/transparent.png);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue