All Questions
Tagged with oracle-apex css
102 questions
0
votes
1
answer
43
views
Span five side by side regions equally in oracle apex
I have a screen where there are five regions side by side. Because apex works on the basis of 12 grid columns, I am facing an issue where five regions are not spanning horizontally equally basically ...
0
votes
1
answer
54
views
plsql select with conditional stateful colors
i have this query and it works well
select label,dateadded,headline,description,
case when label = 'Info' then 'blue'
when label = 'News' then 'orange'
when label = 'App Update' then 'red'
...
0
votes
0
answers
66
views
Background image - APEX
I'm having trouble displaying a background image in a static content region in Oracle APEX. I have assigned a static_id to the region, and the image is stored in the "Static Application Files&...
-2
votes
1
answer
48
views
Oracle APEX cards region - reverse cards layout from right to left [closed]
I have two cards regions in one line. Both regions display cards from left to right. For the first region, it's good. But in the second case it starts in the middle of the row and doesn't look good. ...
0
votes
0
answers
21
views
Show all info windows on a oracle map on the same time
i have map like this map
is there a way to view all info windows the same time for all map makers?
I am sure its can be done with a dynamic action on resource load, but i cannot find the javascript o ...
-3
votes
1
answer
61
views
Scroll bar on interactive grid
I have one interactive grid in which i have 8 column out of which left 5 column is non editable and right 3 column is editable. So I want to apply scroll bar only on the 3 column which is editable. ...
0
votes
1
answer
493
views
Oracle Apex: size of Right side column
I'm using APEX 23.1 with Redwood Light Theme.
I need to increase the width of the "Actions Column" (Right Side Column) but in the theme roller there isn't option like other themes have. Is ...
0
votes
1
answer
385
views
Responsive Timeline in Oracle APEX
I am designing an app in Oracle Apex and I need help implementing a concept. Basically, I want to open a timeline with the important dates I have marked for a specific object when it is selected.
...
1
vote
1
answer
89
views
Why is backdrop-filter only working when I manually modify the original CSS file of an Apex Theme in the Browser Inspector?
Original Question: Is there a way to forcefully add a new CSS property to an Apex Universal Theme element?
First of all, I know this is just a stylistic feature, but it could also apply to usability ...
-1
votes
1
answer
442
views
Oracle Apex Login page (Html and CSS)
I'm making a login page in Oracle APEX and I'm trying to change the icon of the login through CSS code and everything works but this little guy:
.t-Login-logo {
background-image:url(#APP_FILES#...
0
votes
2
answers
190
views
Is there is a way to remove the purple frame on the selected button of Radio Button Group (Display as Pill Button)? Oracle Apex
There is a purple frame on the button which is selected (When we clicked on it has purple outline) . Is there is any way to remove it?
I tried a lot of thing even with CSS but not working. What am I ...
0
votes
2
answers
116
views
Two Chart regions need to be same size
I have a page with 3 main charts, two in the same line (like the image)
the first 2 are different in height, how to fix the height to be the same
one chart is pie and the another one is linear
charts ...
2
votes
1
answer
271
views
How to disable the textarea's auto-zoom-in in Oracle Apex on mobile?
By tapping any field in an Oracle Apex application on mobile, it automatically zooms in on that field.
I have put this code at the CSS section of the page and fixed the problem for most field types.
....
0
votes
1
answer
273
views
Oracle APEX Tab Container row too long and not breaking
My APEX Tabs Container has many tabs and it's not showing all of them in the page, forcing the user to scroll sideways to be able to see everything. There are no explicit options in the developer page ...
-1
votes
1
answer
125
views
How to pass value dynamically in JavaScript
I have a table which has the column name "12" Instead of that value I want to pass it dynamically and for that I have a created item "P_Itm_val" see attached image for reference.
$(...