Oracle apex icon css classes
Colt upper markings
In a navigation menu, APEX includes the “fa” class which controls the positioning of the icons in the menu, but it also overrides the font library and fails to load the icon from Font Awesome. To fix this, I further edited my fa5.css file (as well as the minified version) to add the following:
oracle,oracle-apex,apex There is two ways to show success message after process: first - in section Messages of process properties put desired message into Process Success Message, second - in process code execute following: begin apex_application.g_print_success_message := 'your message here'; end; apex_application.g_print_success_message is a ...