diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css index e4a01c6dc55..f57c0509dae 100644 --- a/htdocs/theme/eldy/eldy.css +++ b/htdocs/theme/eldy/eldy.css @@ -286,9 +286,15 @@ div.menus { border-left: 1px dashed #ccccb3; } +/* + * Normal, warning, erreurs + */ +.warning { color: #777711; } +.error { color: #550000; } + /* - * Payes/Non payes + * Liens Payes/Non payes */ a.normal:link { font-weight: normal } @@ -359,7 +365,7 @@ td.small { } tr.nonpayed { - font-weight: bold; + font-weight: bold; }