Fix the color of links in tables in web admin

This commit is contained in:
Christian Dröge 2016-02-12 18:45:45 +01:00
parent 06f2237132
commit c579313821
1 changed files with 3 additions and 0 deletions

View File

@ -512,6 +512,9 @@ css(Host) ->
" background: #3eaffa;\n" " background: #3eaffa;\n"
" color: #fff;\n" " color: #fff;\n"
"}\n" "}\n"
"thead tr td a {\n"
" color: #fff;\n"
"}\n"
"td.copy {\n" "td.copy {\n"
" text-align: center;\n" " text-align: center;\n"
"}\n" "}\n"