gui: fix networkdialog colors once more in qdarkstyle.qss

This commit is contained in:
chelovechishko 2018-01-08 16:16:10 +09:00
parent f8f61ccecd
commit e261d45816

View File

@ -859,6 +859,14 @@ RSTreeWidget#idTreeWidget::item:!selected {
color: #C0C0C0;
}
NetworkDialog {
qproperty-backgroundColorSelf: darkred;
qproperty-backgroundColorOwnSign: darkred;
qproperty-backgroundColorAcceptConnection: black;
qproperty-backgroundColorHasSignedMe: darkred;
qproperty-backgroundColorDenied: #201F1F;
}
QTreeView:branch:selected, QTreeView:branch:hover
{
background: url(qdarkstyle/transparent.png);