public/css: improve readability
This commit is contained in:
parent
88c28db54f
commit
f0ccd28d3d
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue