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!

Interactive grid - Toolbar radio button style

partlycloudyJun 17 2020 — edited Jun 17 2020

Re-starting the discussion on this thread

I added the following CSS to page attributes

input[name="emp_ig_toolbar_my-action"]:checked+label {

    border-color: #2370c2 !important;

    background-color: #2370c2 !important;

    color: #f9f9f9 !important;

    box-shadow: none !important;

}

Questions

  1. This works on my example page but not in my application.  When I paste the same snippet in Chrome Dev Tools, it works. Any ideas?
  2. How can the radio button be checked and styled at page load based on the value of a hidden page item?

Thanks

Update: Please disregard #1, my mistake, it works fine,

This post has been answered by Pierre Yotti on Jun 17 2020
Jump to Answer
Comments
Post Details
Added on Jun 17 2020
1 comment
643 views