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!

Button text and color disappear after mouse hover

User_5N1KVApr 28 2020

Hi,

I create button, it is use css as below:

.t-Button.row-btn {

margin-top: 24px;

color: white;

border-color: #002e00;

background-color: #008CBA;

}

On page load, the css working as expected. However, after mouse hover, the text and color disappear.

My APEX version.19.2.0.r1991647

Can anyone tell me what's wrong?

Thanks

Comments
Post Details
Added on Apr 28 2020
1 comment
234 views