mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-31 18:29:02 -04:00
gui: improve readability of sharemanager for qdarkstyle.qss
This commit is contained in:
parent
c3e300e717
commit
622316a34f
1 changed files with 9 additions and 0 deletions
|
@ -74,6 +74,15 @@ QWidget:item:selected
|
||||||
stop: 0 #78879b, stop: 1 #78879b);
|
stop: 0 #78879b, stop: 1 #78879b);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTableWidget::item {
|
||||||
|
color: #C0C0C0;
|
||||||
|
background-color: #201F1F;
|
||||||
|
}
|
||||||
|
|
||||||
|
QTableWidget::item:selected {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
ForumsDialog, GxsForumThreadWidget
|
ForumsDialog, GxsForumThreadWidget
|
||||||
{
|
{
|
||||||
qproperty-textColorRead: darkgray;
|
qproperty-textColorRead: darkgray;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue