gui: improve readability of sharemanager for qdarkstyle.qss

This commit is contained in:
chelovechishko 2018-01-08 15:49:05 +09:00
parent c3e300e717
commit 622316a34f

View File

@ -74,6 +74,15 @@ QWidget:item:selected
stop: 0 #78879b, stop: 1 #78879b);
}
QTableWidget::item {
color: #C0C0C0;
background-color: #201F1F;
}
QTableWidget::item:selected {
color: black;
}
ForumsDialog, GxsForumThreadWidget
{
qproperty-textColorRead: darkgray;