MOTAAAN's post in Nume template ips 4.7.x was marked as the answer
March 5, 2023
@mr.franta
.ipsApp .cke_toolgroup .cke_button_icon {
background-image: none !important;
}
.ipsApp .cke_button_icon:before {
font-family: 'FontAwesome';
color: #E0E0EE;
transition: all .3s ease-in-out;
position: relative;
left: 2px;
}
.ipsApp a.cke_button {
transition: all .3s ease-in-out;
}
.ipsApp a.cke_button_off:hover, .ipsApp a.cke_button_off:focus, .ipsApp a.cke_button_off:active, .ipsApp a.cke_button_disabled:hover, .ipsApp a.cke_button_disabled:focus, .ipsApp a.cke_button_disabled:active .ipsApp a.cke_button_on {
background-color: #E0E0EE;
}
.ipsApp a.cke_button:hover .cke_button_icon:before, .ipsApp a.cke_button_on .cke_button_icon:before {
color: #0d0d0f;
}
.ipsApp .cke_button_icon.cke_button__bgcolor_icon:before{ content: '\f15c'; }
.ipsApp .cke_button_icon.cke_button__bold_icon:before{ content: '\f032'; }
.ipsApp .cke_button_icon.cke_button__bulletedlist_icon:before{ content: '\f0ca'; }
.ipsApp .cke_button_icon.cke_button__copy_icon:before{ content: '\f0c5'; }
.ipsApp .cke_button_icon.cke_button__cut_icon:before{ content: '\f0c4'; }
.ipsApp .cke_button_icon.cke_button__indent_icon:before{ content: '\f03c'; }
.ipsApp .cke_button_icon.cke_button__ipscode_icon:before{ content: '\f121'; }
.ipsApp .cke_button_icon.cke_button__ipsemoticon_icon:before{ content: '\f118'; }
.ipsApp .cke_button_icon.cke_button__ipslink_icon:before{ content: '\f0c1'; }
.ipsApp .cke_button_icon.cke_button__ipspage_icon:before{ content: '\f0f6'; }
.ipsApp .cke_button_icon.cke_button__ipspreview_icon:before{ content: '\f0f6'; }
.ipsApp .cke_button_icon.cke_button__ipsquote_icon:before{ content: '\f10e'; }
.ipsApp .cke_button_icon.cke_button__Ipsspoiler_icon:before{ content: '\f06e'; }
.ipsApp .cke_button_icon.cke_button__italic_icon:before{ content: '\f033'; }
.ipsApp .cke_button_icon.cke_button__justifyblock_icon:before{ content: '\f039'; }
.ipsApp .cke_button_icon.cke_button__justifycenter_icon:before{ content: '\f037'; }
.ipsApp .cke_button_icon.cke_button__justifyleft_icon:before{ content: '\f036'; }
.ipsApp .cke_button_icon.cke_button__justifyright_icon:before{ content: '\f038'; }
.ipsApp .cke_button_icon.cke_button__numberedlist_icon:before{ content: '\f0cb'; }
.ipsApp .cke_button_icon.cke_button__outdent_icon:before{ content: '\f03b'; }
.ipsApp .cke_button_icon.cke_button__paste_icon:before{ content: '\f0ea'; }
.ipsApp .cke_button_icon.cke_button__redo_icon:before{ content: '\f01e'; }
.ipsApp .cke_button_icon.cke_button__removeformat_icon:before{ content: '\f12d'; }
.ipsApp .cke_button_icon.cke_button__source_icon:before{ content: '\f1c9'; }
.ipsApp .cke_button_icon.cke_button__strike_icon:before{ content: '\f0cc'; }
.ipsApp .cke_button_icon.cke_button__subscript_icon:before{ content: '\f12c'; }
.ipsApp .cke_button_icon.cke_button__superscript_icon:before{ content: '\f12b'; }
.ipsApp .cke_button_icon.cke_button__textcolor_icon:before{ content: '\f1fc'; }
.ipsApp .cke_button_icon.cke_button__underline_icon:before{ content: '\f0cd'; }
.ipsApp .cke_button_icon.cke_button__undo_icon:before{ content: '\f0e2'; }
.ipsApp .cke_button_icon.cke_button__ipsspoiler_icon:before{ content: '\f070'; }