diff --git a/plinth/modules/backups/templates/backups_repository.inc b/plinth/modules/backups/templates/backups_repository.inc
index 6b4752884..94a733b52 100644
--- a/plinth/modules/backups/templates/backups_repository.inc
+++ b/plinth/modules/backups/templates/backups_repository.inc
@@ -21,10 +21,11 @@
-
+
|
+
{% if repository.error %}
@@ -63,7 +64,7 @@
{% endif %}
-
@@ -77,7 +78,7 @@
|
-
+
{% if repository.mounted %}
{% for archive in repository.archives %}
diff --git a/static/themes/default/css/plinth.css b/static/themes/default/css/plinth.css
index d0a9106f5..7f00054cf 100644
--- a/static/themes/default/css/plinth.css
+++ b/static/themes/default/css/plinth.css
@@ -235,12 +235,12 @@ footer {
margin-left: 5px;
}
-.collapsible-button .fa:before,
-.no-js .collapsible-button.collapsed .fa:before {
+.collapsible-button .fa-chevron-right:before,
+.no-js .collapsible-button.collapsed .fa-chevron-right:before {
content: "\f078";
}
-.collapsible-button.collapsed .fa:before {
+.collapsible-button.collapsed .fa-chevron-right:before {
content: "\f054";
}