public/css: improve readability

This commit is contained in:
Thomas Gelf 2016-05-19 22:22:44 +02:00
parent 88c28db54f
commit f0ccd28d3d
1 changed files with 4 additions and 4 deletions

View File

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