diff --git a/frappe/desk/page/backups/backups.css b/frappe/desk/page/backups/backups.css new file mode 100644 index 0000000000..044b0b53d0 --- /dev/null +++ b/frappe/desk/page/backups/backups.css @@ -0,0 +1,9 @@ +.download-backup-card { + display: block; + text-decoration: none; +} + +.download-backup-card:hover { + box-shadow: var(--shadow-md); + text-decoration: none; +} diff --git a/frappe/desk/page/backups/backups.html b/frappe/desk/page/backups/backups.html index 0056b6814b..2563e8b62c 100644 --- a/frappe/desk/page/backups/backups.html +++ b/frappe/desk/page/backups/backups.html @@ -1,32 +1,20 @@ - -
| - {{ _("Date") }} - | -- {{ _("File") }} - | -- {{ _("Size") }} - | -
|---|---|---|
| - {{ f[1] }} - | -- {{ f[0] }} - | -- {{ f[2] }} - | -