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 {
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;
}
}