Remove “!important” rules, “!important” was not so important after all.
[Sone.git] / src / main / resources / static / css / sone.css
index 55646f3..f444cab 100644 (file)
@@ -561,6 +561,6 @@ textarea {
 }
 
 #sone .confirm {
-       font-weight: bold !important;
-       color: red !important;
+       font-weight: bold;
+       color: red;
 }