mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 22:01:05 -05:00
Fix NewFriendList in StyleSheet files.
This commit is contained in:
parent
738029f96a
commit
e8faa25c3b
@ -23,7 +23,7 @@ FriendSelectionWidget
|
|||||||
qproperty-textColorOnline: lightBlue;
|
qproperty-textColorOnline: lightBlue;
|
||||||
}
|
}
|
||||||
|
|
||||||
FriendList
|
NewFriendList
|
||||||
{
|
{
|
||||||
qproperty-textColorStatusOffline: white;
|
qproperty-textColorStatusOffline: white;
|
||||||
qproperty-textColorStatusAway: gray;
|
qproperty-textColorStatusAway: gray;
|
||||||
|
@ -1940,7 +1940,7 @@ PlotWidget {
|
|||||||
padding: 0px; /* to fix cut labels in plots #134 */
|
padding: 0px; /* to fix cut labels in plots #134 */
|
||||||
}
|
}
|
||||||
|
|
||||||
FriendList {
|
NewFriendList {
|
||||||
qproperty-textColorStatusAway: lightgray;
|
qproperty-textColorStatusAway: lightgray;
|
||||||
qproperty-textColorStatusBusy: lightgray;
|
qproperty-textColorStatusBusy: lightgray;
|
||||||
qproperty-textColorStatusOnline: green;
|
qproperty-textColorStatusOnline: green;
|
||||||
|
@ -833,7 +833,7 @@ QDockWidget::close-button:pressed, QDockWidget::float-button:pressed {
|
|||||||
background: rgba(255, 255, 255, 10);
|
background: rgba(255, 255, 255, 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
FriendList {
|
NewFriendList {
|
||||||
qproperty-textColorStatusAway: lightgray;
|
qproperty-textColorStatusAway: lightgray;
|
||||||
qproperty-textColorStatusBusy: lightgray;
|
qproperty-textColorStatusBusy: lightgray;
|
||||||
qproperty-textColorStatusOnline: green;
|
qproperty-textColorStatusOnline: green;
|
||||||
|
Loading…
Reference in New Issue
Block a user