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 background colour of a textarea page item in Oracle APEX

HawkerHunterNov 24 2020

Hello friends,
I am trying to change the background color of a page item which is of type 'Textarea'.
I have defined an Inline CSS class at the page level as:
.txt_area_color{
background-color:#8baef0;
}
.txt_area_color:hover{
background-color:#8baef0;
}
After that I have added the above CSS class in the CSS classes of Advanced section of the page item property.
It is changing the color of the page item but if I click on it, the color changes.
I want that the same color be there whether the user hovers the cursor or clicks on the page item.
Regards
Hawker

This post has been answered by fac586 on Nov 24 2020
Jump to Answer
Comments
Post Details
Added on Nov 24 2020
4 comments
3,702 views