Skip to content

Commit 60fb9c6

Browse files
authored
Joomla Dialog use svg loader (joomla#45097)
Thank you to all who worked on this and to the testers who put the work into testing @Fedik, can you take a look at Brian's comment Does this resolve the open issues joomla#31078 and joomla#30099
1 parent c692056 commit 60fb9c6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 7 additions & 0 deletions
Loading

build/media_source/templates/administrator/atum/scss/blocks/_modals.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,8 @@ joomla-dialog {
220220
width: 66px;
221221
height: 66px;
222222
content: "";
223-
background: url("../../../../system/images/ajax-loader.gif") no-repeat center; // TODO: use svg animation?
223+
background: url("../../../../system/images/joomla-loader.svg") no-repeat center;
224+
background-size: 66px 66px;
224225
transform: translate(-50%, -50%);
225226
}
226227
}

build/media_source/templates/site/cassiopeia/scss/blocks/_modals.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ joomla-dialog {
8585
width: 66px;
8686
height: 66px;
8787
content: "";
88-
background: url("../../../../system/images/ajax-loader.gif") no-repeat center;
88+
background: url("../../../../system/images/joomla-loader.svg") no-repeat center;
89+
background-size: 66px 66px;
8990
transform: translate(-50%, -50%);
9091
}
9192
}

0 commit comments

Comments
 (0)