mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01: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…
Reference in a new issue