mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
fix some broken image urls
This commit is contained in:
parent
9ddfba4a24
commit
aacb889da3
@ -106,7 +106,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
|
|
||||||
.mail_externalImagesMsg button.closeBtn {
|
.mail_externalImagesMsg button.closeBtn {
|
||||||
float: right;
|
float: right;
|
||||||
background-image: url(../../../pixelegg/images/close.png);
|
background-image: url(../api/templates/default/images/close.svg);
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -124,7 +124,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
}
|
}
|
||||||
|
|
||||||
#smimePasswordRequest {
|
#smimePasswordRequest {
|
||||||
background-image:url('../../../pixelegg/images/lock.png');
|
background-image:url('../api/templates/default/images/lock.svg');
|
||||||
width:100%;
|
width:100%;
|
||||||
height:90%;
|
height:90%;
|
||||||
background-repeat: space;
|
background-repeat: space;
|
||||||
|
Loading…
Reference in New Issue
Block a user