Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

remove icon

Hi folks,

is it possible to remove icon on collapsible block, tried, data-icon, "false" but it didn't work

thx Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

remove icon

Hi Michael,

Create CSS asset with the following code:
code.ui-icon-minus {
display: none;
}/code

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

remove icon

Hi Katya,
it didn't work, I did what you said, any ideas?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

remove icon

You can find needed element in DOM tree inspector: http://docs.appery.io/documentation/d...

Michael4771079
Posts: 0
Joined: Sat Jul 21, 2012 2:03 pm

remove icon

sorry Katya,
forgot to add class
now works

thx as always

Return to “Issues”