Add tracker validation for uploaded torrent
This commit is contained in:
@ -98,6 +98,14 @@ body {
|
||||
content: "*:";
|
||||
}
|
||||
|
||||
.has-error {
|
||||
color: #a94442;
|
||||
}
|
||||
|
||||
.has-success {
|
||||
color: #3c763d;
|
||||
}
|
||||
|
||||
.detectedFiles {
|
||||
max-height: 300px;
|
||||
overflow: auto;
|
||||
|
Reference in New Issue
Block a user