Applied 0ip's fix https://github.com/Pita/etherpad-lite/issues/233#issuecomment-2884908
parent
f33af4700b
commit
9bfc78eac1
|
@ -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…
Reference in New Issue