mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Merge pull request #953 from cdroege/fix_css
Fix the color of links in tables in web admin
This commit is contained in:
commit
c9c59f00ad
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user