mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Fixed: Empty Sabnzbd category is now properly handled. But added UI validation to recommend adding a category.
This commit is contained in:
@@ -102,6 +102,20 @@ h3 {
|
||||
}
|
||||
}
|
||||
|
||||
.has-warning {
|
||||
.help-inline {
|
||||
color: orange;
|
||||
margin-left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.validation-warning {
|
||||
i {
|
||||
text-decoration: none;
|
||||
color: orange;
|
||||
}
|
||||
}
|
||||
|
||||
// Tooltips
|
||||
|
||||
.help-inline-checkbox, .help-inline {
|
||||
|
||||
Reference in New Issue
Block a user