mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
gui: fix keyring background color in qdarkstyle.qss
This commit is contained in:
parent
c05dd3030c
commit
d566a2a842
1 changed files with 4 additions and 0 deletions
|
@ -830,6 +830,10 @@ QTreeView, QListView
|
||||||
background-color: #201F1F;
|
background-color: #201F1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeView::item {
|
||||||
|
background-color: #201F1F;
|
||||||
|
}
|
||||||
|
|
||||||
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