mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #1891 from PhenomRetroShare/Fix_NewFriendListQSS
Fix NewFriendList in StyleSheet files.
This commit is contained in:
commit
ab5defe83b
@ -23,7 +23,7 @@ FriendSelectionWidget
|
||||
qproperty-textColorOnline: lightBlue;
|
||||
}
|
||||
|
||||
FriendList
|
||||
NewFriendList
|
||||
{
|
||||
qproperty-textColorStatusOffline: white;
|
||||
qproperty-textColorStatusAway: gray;
|
||||
|
@ -1940,7 +1940,7 @@ PlotWidget {
|
||||
padding: 0px; /* to fix cut labels in plots #134 */
|
||||
}
|
||||
|
||||
FriendList {
|
||||
NewFriendList {
|
||||
qproperty-textColorStatusAway: lightgray;
|
||||
qproperty-textColorStatusBusy: lightgray;
|
||||
qproperty-textColorStatusOnline: green;
|
||||
|
@ -833,7 +833,7 @@ QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
|
||||
background: rgba(255, 255, 255, 10);
|
||||
}
|
||||
|
||||
FriendList {
|
||||
NewFriendList {
|
||||
qproperty-textColorStatusAway: lightgray;
|
||||
qproperty-textColorStatusBusy: lightgray;
|
||||
qproperty-textColorStatusOnline: green;
|
||||
|
Loading…
Reference in New Issue
Block a user