mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +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 {
|
||||
float: right;
|
||||
background-image: url(../../../pixelegg/images/close.png);
|
||||
background-image: url(../api/templates/default/images/close.svg);
|
||||
height: 30px;
|
||||
width: 50px;
|
||||
background-repeat: no-repeat;
|
||||
@ -124,7 +124,7 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
||||
}
|
||||
|
||||
#smimePasswordRequest {
|
||||
background-image:url('../../../pixelegg/images/lock.png');
|
||||
background-image:url('../api/templates/default/images/lock.svg');
|
||||
width:100%;
|
||||
height:90%;
|
||||
background-repeat: space;
|
||||
|
Loading…
Reference in New Issue
Block a user