apex_add_page_css
Add custom CSS to a specific Oracle APEX page by providing the page ID and CSS rules, which are injected via a hidden PL/SQL region.
Instructions
Add inline CSS to a specific page via a hidden PL/SQL region.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Target page ID. | |
| css_code | Yes | CSS rules to inject. Example: ".my-region { border: 2px solid #00995D; border-radius: 8px; } .my-region .t-Region-header { background: #00995D; color: #fff; }" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |