mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
gui: fix keyring background color in qdarkstyle.qss
This commit is contained in:
parent
c05dd3030c
commit
d566a2a842
@ -830,6 +830,10 @@ QTreeView, QListView
|
||||
background-color: #201F1F;
|
||||
}
|
||||
|
||||
QTreeView::item {
|
||||
background-color: #201F1F;
|
||||
}
|
||||
|
||||
QTreeView:branch:selected, QTreeView:branch:hover
|
||||
{
|
||||
background: url(qdarkstyle/transparent.png);
|
||||
|
Loading…
Reference in New Issue
Block a user