adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

Maintenance Window on October 19

I do not want to use the appery default icon in properties it gives me an icon with a grey padding. Is there any other way to add a icon with out the padding since the old method codeAppery("search").addClass("ui-icon-search");/code does not work when I upgrade the builder?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Maintenance Window on October 19

Hello!

Could you clarify steps on how to see grey padding? It can be removed with CSS.

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

Maintenance Window on October 19

Drag and drop a button to the app, then click any icon. A grey padding around the white icon will occur. I would like to not have the padding around the icon.

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

Maintenance Window on October 19

I fixed the html problem. On the older builder html can work with text labels. But on the new builder I had to change my labels to html component and on success return code'<font color= "blue">'+value+'</font>';/code

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

Maintenance Window on October 19

This is the grey padding I am referring to.

Image

And this is what the addClass do to the icon.
Image

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Maintenance Window on October 19

Hello!

Please use the following CSS:
pre&#46;ui-btn-icon-notext:after,
&#46;ui-btn-icon-top:after,
&#46;ui-btn-icon-bottom:after {
background-color: gray;
}/preInstead "gray" use any other color

adam griffin
Posts: 0
Joined: Tue May 21, 2013 8:44 pm

Maintenance Window on October 19

Thank You.

Return to “Issues”