mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-20 15:00:36 -04:00
Merge pull request #1891 from PhenomRetroShare/Fix_NewFriendListQSS
Fix NewFriendList in StyleSheet files.
This commit is contained in:
commit
ab5defe83b
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue