mirror of
https://github.com/processone/ejabberd
synced 2025-10-04 18:29: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:
commit
c9c59f00ad
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue