From f0ccd28d3d5afd0c0e60fe1d8c618b1bd8398801 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 19 May 2016 22:22:44 +0200 Subject: [PATCH] public/css: improve readability --- public/css/module.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } }