This commit is contained in:
Laurent Destailleur 2020-11-23 20:24:11 +01:00
parent 1e70790cd6
commit 35dbd463e1
2 changed files with 6 additions and 0 deletions

View File

@ -2537,6 +2537,9 @@ img.userphotosmall { /* size for user photo in lists */
vertical-align: middle;
background-color: #FFF;
}
img.userphoto[alt="Gravatar avatar"] {
background: #fff;
}
.span-icon-user {
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
background-repeat: no-repeat;

View File

@ -2530,6 +2530,9 @@ img.userphotosmall { /* size for user photo in lists */
background-size: contain;
vertical-align: middle;
}
img.userphoto[alt="Gravatar avatar"] {
background: #fff;
}
.span-icon-user {
background-image: url(<?php echo dol_buildpath($path.'/theme/'.$theme.'/img/object_user.png', 1); ?>);
background-repeat: no-repeat;