From: Christian Dröge Date: Fri, 12 Feb 2016 17:45:45 +0000 (+0100) Subject: Fix the color of links in tables in web admin X-Git-Tag: 16.02~20^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c57931382164701661a2cd8dfb64d8436851ea7e;p=ejabberd Fix the color of links in tables in web admin --- diff --git a/src/ejabberd_web_admin.erl b/src/ejabberd_web_admin.erl index 8a7be6cce..1b60f8267 100644 --- a/src/ejabberd_web_admin.erl +++ b/src/ejabberd_web_admin.erl @@ -512,6 +512,9 @@ css(Host) -> " background: #3eaffa;\n" " color: #fff;\n" "}\n" + "thead tr td a {\n" + " color: #fff;\n" + "}\n" "td.copy {\n" " text-align: center;\n" "}\n"