]> granicus.if.org Git - ejabberd/commitdiff
Fix the color of links in tables in web admin
authorChristian Dröge <person@christian-droege.de>
Fri, 12 Feb 2016 17:45:45 +0000 (18:45 +0100)
committerChristian Dröge <person@christian-droege.de>
Fri, 12 Feb 2016 17:45:45 +0000 (18:45 +0100)
src/ejabberd_web_admin.erl

index 8a7be6cce9c19ad0b85976a6ea12f2286b99a890..1b60f8267756b050af84d3da5548789fcaba9506 100644 (file)
@@ -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"