What does this mean

If I say yes, move them, will my wappler project explode - if not, what will happen?

2019-02-21_09-26-27

Bump!

This means that your element has been styled using inline styles:

<button id="button_1" style="color: #fff" ...

And clicking the Move styles option will move the styles in a <style> tag inside your head tags like:

<style>
   #button_1 {
     color: #fff;
   }
</style>
2 Likes

Thanks Teodor, should I assume that is better (or has advantages) since Wappler is asking if I want to move?

Well it’s just we changed how the the design panel works - before it was writing inline styles, now it adds them to the head tags.
If you want the old styles to be recognized by the design panel they need to be moved. If you don’t need this just ignore the message.

1 Like

OK, I understand, thanks for the information!!!

Doing this really messed up the alignment of my buttons, quitting Wappler w/o saving did not get things back - just a warning to others. Hope I can somehow get them back like they were…