mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 07:59:35 -05:00
gui: make friendlist more readable in some places in qdarkstyle.qss
This commit is contained in:
parent
622316a34f
commit
884bbb4bbb
@ -833,6 +833,14 @@ QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
|
||||
background: rgba(255, 255, 255, 10);
|
||||
}
|
||||
|
||||
FriendList {
|
||||
qproperty-textColorStatusAway: lightgray;
|
||||
qproperty-textColorStatusBusy: lightgray;
|
||||
qproperty-textColorStatusOnline: green;
|
||||
qproperty-textColorStatusInactive: lightgray;
|
||||
qproperty-textColorStatusOffline: gray;
|
||||
}
|
||||
|
||||
QTreeView, QListView
|
||||
{
|
||||
border: 1px solid #78879b;
|
||||
|
Loading…
Reference in New Issue
Block a user