mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Applied 0ip's fix https://github.com/Pita/etherpad-lite/issues/233#issuecomment-2884908
This commit is contained in:
parent
f33af4700b
commit
9bfc78eac1
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ var paduserlist = (function()
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#myswatch").css({'background-color': myUserInfo.colorId});
|
$("#myswatch").css({'background-color': myUserInfo.colorId});
|
||||||
$("#usericonback").css({'background-color': myUserInfo.colorId});
|
$("#usericon").css({'box-shadow': 'inset 0 0 30px ' + myUserInfo.colorId});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return self;
|
return self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue