Add warnings to options page if an option value was not validated.
[Sone.git] / src / main / resources / static / css / sone.css
index 893072e..c0a7b6d 100644 (file)
@@ -670,3 +670,8 @@ textarea {
        font-weight: bold;
        color: red;
 }
+
+#sone .warning {
+       color: red;
+       font-style: italic;
+}