Change ui-icon in Actions column

QuestionsChange ui-icon in Actions column
Py asked 5 years ago

Hi !

How simply changing an ui-icon in Actions column (ui-icon-trash for example) by an other ui-icon ?

Thanks a lot for your help,
Pierre-Yves

 

2 Answers
Abu Ghufran Staff answered 5 years ago

Currently, trash icon have this style.

.ui-icon-trash:before {
content: ‘\e68f’;
}

You can change ‘content’ of it with other by referring:

https://mkkeck.github.io/jquery-ui-iconfont/styles/jquery-ui.icon-font.css
https://mkkeck.github.io/jquery-ui-iconfont/#usage

e.g.

.ui-icon-trash:before {
content: ‘\e661’;
}

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Py answered 5 years ago

Thank you.

Your Answer

20 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?