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

New: Display stats for delete movies modal

Closes #10093
This commit is contained in:
Bogdan
2024-06-18 19:42:09 +03:00
parent 5fc63ecb3f
commit 0a189d00ef
36 changed files with 237 additions and 159 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);
}