Reputation: 51
I use oracle apex 4.2 and the "Builder Blue - 2"-Theme. To get a bit of coloring into my page, i would like to use the report-region template of the red theme - 1. Is it possible to import just the region template of another theme into your active theme?
I tried to change the color of that region via CSS, but it didn't work out well since there are images referenced in the CSS files, e.g. "bg-region-blue-r.gif" for the rounded corners of that region. Let me know if i missed something on the CSS-part, which would also make it work.
Thanks in advance, Thomas
Upvotes: 2
Views: 5755
Reputation: 60292
You can copy a template from one theme to another by:
Import the red theme into your application. You don't need to switch to it though.
Go to Shared Components -> Templates
Click Create
Select Region, click Next
Select As a Copy of an Existing Template, click Next
Select the same application from the list, click Next
Select the red theme for "Copy From" and your current theme for "Copy To"
In the list, find the template you wish to copy and set "Copy" to "Yes"
Click Copy Region Templates
Upvotes: 2