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