diff --git a/public/css/module.less b/public/css/module.less index 39b4b042..270fa7d2 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -44,7 +44,7 @@ span.disabled { } pre.disabled { - color: @gray-light; + color: @gray; } /* TODO: remove this, but autosubmit looks ugly otherwise */ @@ -708,12 +708,12 @@ form div.hint { p.error { color: white; padding: 1em 2em; - background-color: @colorCriticalHandled; - border: 3px solid @colorCritical; + background-color: @colorCritical; + font-weight: bold; a { color: inherit; - font-weight: bold; + text-decoration: underline; } }