* improve UI of links on footer.

This commit is contained in:
Catouse
2018-05-24 17:05:57 +08:00
parent 3ece82b0e9
commit 4c38efb845
7 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -545,7 +545,7 @@ class commonModel extends model
if(strpos(strtolower($_SERVER['HTTP_USER_AGENT']), 'windows') !== false)
{
global $lang;
echo html::a(helper::createLink('misc', 'downNotify'), "<i class='icon-bell'></i>", '', "title='$lang->downNotify'") . ' &nbsp; ';
echo html::a(helper::createLink('misc', 'downNotify'), "<i class='icon-bell'></i>", '', "title='$lang->downNotify' class='text-primary'") . ' &nbsp; ';
}
}