mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
gui: improve readability of sharemanager for qdarkstyle.qss
This commit is contained in:
parent
c3e300e717
commit
622316a34f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user