Software Archive
Read-only legacy content
公告
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 讨论

Framework7 & Material Theme (BUG?)

Andrejs_V_
初学者
885 次查看

I start clean new project with Appdesigner  and Fr7

If I check Material design and AFTER add header (for example ) I get this strange view in designer (see attach file)

I index.html I see that lines

<link rel="stylesheet" type="text/css" href="framework7/css/framework7.ios.colors.min.css">
<link rel="stylesheet" type="text/css" href="framework7/css/framework7.material.min.css" class="uib-framework-theme">
<link rel="stylesheet" type="text/css" href="framework7/css/framework7.ios.min.css" class="uib-framework-theme">

 

===============

 

after manually changing to

<link rel="stylesheet" type="text/css" href="framework7/css/framework7.material.colors.min.css">
<link rel="stylesheet" type="text/css" href="framework7/css/framework7.material.min.css" class="uib-framework-theme">
==================

 

all start working ...

 

Is it BUG, or I need add any widget to form and AFTER them change theme to material?

 

0 项奖励
3 回复数
Andrejs_V_
初学者
885 次查看

oops

there missed attach

0 项奖励
PaulF_IntelCorp
885 次查看

I've asked one of my more knowledgeable colleagues to chime in.

0 项奖励
Brian_W_Intel
员工
885 次查看

This is a bug. The colors .css should be added in alongside the other theme css. I'll add this fix into the next release.

Thanks.

0 项奖励
回复