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