24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Merge pull request #953 from cdroege/fix_css

Fix the color of links in tables in web admin
This commit is contained in:
badlop 2016-02-15 12:52:54 +01:00
commit c9c59f00ad

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"