gui: fix keyring background color in qdarkstyle.qss

This commit is contained in:
Chelovechishko 2017-11-27 10:54:19 +09:00
parent c05dd3030c
commit d566a2a842

View File

@ -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);