Remove extra ajax-loader icon from mail tree

This commit is contained in:
Hadi Nategh 2015-10-06 08:45:44 +00:00
parent a384714a8d
commit 5c812f8c9a
2 changed files with 0 additions and 3 deletions

View File

@ -697,8 +697,6 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
width: 100%;
height: 100%;
z-index: 10000;
// only change styling below:
background-image: url(../../../phpgwapi/templates/default/images/ajax-loader.gif);
background-position: left top;
background-repeat: no-repeat;
}

View File

@ -697,7 +697,6 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
width: 100%;
height: 100%;
z-index: 10000;
background-image: url(../../../phpgwapi/templates/default/images/ajax-loader.gif);
background-position: left top;
background-repeat: no-repeat;
}