mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
More validation for Settings.
This commit is contained in:
@@ -111,3 +111,17 @@
|
||||
color: #FFFFFF;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* Common Validation Settings */
|
||||
.field-validation-error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.input-validation-error {
|
||||
background-color: #FFEEEE;
|
||||
border: 1px solid #FF0000;
|
||||
}
|
||||
|
||||
.settingsForm .validation-error {
|
||||
background: url("../Content/jQueryUI/images/ui-bg_flat_30_b40404_40x100.png") repeat-x scroll 50% 50% #B40404;
|
||||
}
|
||||
Reference in New Issue
Block a user