EasyUI Forum

General Category => Bug Report => Topic started by: proceno72 on September 12, 2019, 02:33:48 AM



Title: Dark themes with mobile
Post by: proceno72 on September 12, 2019, 02:33:48 AM
EasyUi for Jquery with mobile. Using dark themes ("Black" for example), easyui-navpanel on header and footer show text with dark foreground color; using dark colors for background too, it is not so readable. Waiting for your css correction, for now i'm using a div with "panel-title" class, like this:.
Code:
<div class="easyui-navpanel">
    <header>
        <div class="m-toolbar">
            <div class="panel-title m-title">Welcome on MyApp</div>
        </div>
    </header>
</div>


Title: Re: Dark themes with mobile
Post by: jarry on September 16, 2019, 12:59:28 AM
Please try to download the themes from https://www.jeasyui.com/extension/themes_basic.php


Title: Re: Dark themes with mobile
Post by: proceno72 on September 18, 2019, 05:21:29 AM
Please try to download the themes from https://www.jeasyui.com/extension/themes_basic.php
Thanks. Now it's perfect!