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!

How to change the focus border of a selected field in a form region

effdeeemFeb 1 2024 — edited Feb 1 2024

Hi all,

I am trying to remove the border of a selected field in a Form region, but having no luck so far. On other regions, I have had success with:

:focus{

outline: none;

outline-offset :none;

}

This is the pre-selected input field:

This is the field once selected:

Ideally I want to remove the white border entirely, but would settle for a 1px width with no corner radius.

Currently using APEX 23.1.0

Google Chrome 121.0.6167.139

Custom Theme

I'm not able to share my site unfortunately due to confidentiality, but anyone with any insight as to what class I should be calling in css would be very much appreciated. Please let me know if there is any other information you need that might help.

(Hoping at posting that my username is displayed correctly!)

Thank you in advance.

Comments
Post Details
Added on Feb 1 2024
3 comments
367 views