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!

Tooltip background color

MatsEJJan 11 2016 — edited Jan 12 2016

Why don't this code change background color

.htmldbToolTip {

   color :black;

   font-size: 10px;

   font-family: Verdena;

   border-radius: 10px 10px 10px 10px;

   width: 110px;

   background: #e5e9c5;

}

other attributes is OK

APEX 4.2 Oracle 11R2

This post has been answered by fac586 on Jan 12 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2016
Added on Jan 11 2016
3 comments
1,121 views