1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

New: Display stats for delete multiple series modal

This commit is contained in:
Bogdan
2024-06-15 17:26:05 +03:00
committed by Mark McDowall
parent 6c39855ebe
commit d2509798e9
6 changed files with 78 additions and 12 deletions
@@ -10,4 +10,15 @@
.path {
margin-left: 5px;
color: var(--dangerColor);
font-weight: bold;
}
.statistics {
margin-left: 5px;
color: var(--warningColor);
}
.deleteFilesMessage {
margin-top: 20px;
color: var(--warningColor);
}