Add tracker validation for uploaded torrent

This commit is contained in:
sqozz
2018-04-02 13:34:51 +02:00
parent 439e284135
commit 11522b79f0
4 changed files with 20 additions and 4 deletions

View File

@ -98,6 +98,14 @@ body {
content: "*:";
}
.has-error {
color: #a94442;
}
.has-success {
color: #3c763d;
}
.detectedFiles {
max-height: 300px;
overflow: auto;