Fix# set message text color according to theme, fix #153

This commit is contained in:
Pellaeon Lin 2018-10-14 18:18:40 +08:00
parent 66a1c97a95
commit 1c8c8fb181
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
if ( \OCP\Util::getVersion()[0] >= 12 ) if ( \OCP\Util::getVersion()[0] >= 12 )
\OCP\Util::addStyle('core', 'guest') \OCP\Util::addStyle('core', 'guest')
?> ?>
<ul class="msg error-wide"> <ul class="msg error-wide nc-theming-main-text">
<li><?php print_unescaped($_['msg'])?></li> <li><?php print_unescaped($_['msg'])?></li>
</ul> </ul>