mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Revert unintentional change
This commit is contained in:
parent
894767ac21
commit
11894b0868
@ -617,6 +617,8 @@ export class et2_avatar extends et2_image
|
||||
// invisible the mask
|
||||
eml.css('opacity','0');
|
||||
|
||||
eml.parent().css('position', "relative");
|
||||
|
||||
// bind handler for activating actions on editable mask
|
||||
eml.on({
|
||||
mouseover:function(){eml.css('opacity','0.9');},
|
||||
|
Loading…
Reference in New Issue
Block a user