Fix# set message text color according to theme, fix #153
This commit is contained in:
parent
66a1c97a95
commit
1c8c8fb181
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue