Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

make font apex icons smaller then fa-sm

User_NY8R9Mar 2 2022

Hi

I have a grid column acting as a action column using "iconCls":"fa fa-check green-icon"

I try using fa-sm or fa-xs or fa-2xs with the fa and without the fa to get the icon to be smaller then the default, none of these work.

example:

"iconCls":"fa fa-xs fa-check green-icon"

"iconCls":"fa-xs fa-check green-icon"

Is there a way to make these icons smaller? I feel stupid asking...

"xtype":"foexactioncolumn",
"maxWidth":80,
"items": [
{"iconCls":"fa fa-check green-icon",
"action":"DEFAULTX",
"sc
"tooltip":"Default PICK QTY",
"stopSelection":false}]

thanks

Comments

Post Details

Added on Mar 2 2022
2 comments
234 views