APEX 5 modal page: CSS for the layout does not work

Hi experts,

I have problem with CSS tag in the pages of the dialog box modal.

If I use a few CSS changes for APEX DA label (for personal reasons), it works for a normal page.

Example:

standard page: label #P2_X_STATUS_LABEL {make-weight: 700}-works

modal page: label #P3_X_STATUS_LABEL {make-weight: 700}-does not work


I tried to change the style of firebug (color, background,...) for each element on a page modal. It does not work. Also with! important attribute. I checked the 'Get matching items' jQuery selector and it shows me the correct items.


How is that possible?

I upgraded from 4.2 and I need this feature (base), to the works. (for modal too)


Concerning

J

It will help if you demonstrate your problem to apex.oracle.com.

Please, create a workspace of comments and provide us with credentials in order to visualize and debug your question.

Thank you

Sunil Bhatia

Tags: Database

Similar Questions

  • Pavilion g6 do you 2101: function of locking for the touchpad does not work

    My laptop touch pad lock feature does not work now. Not even the orange light comes on. Please tell me the solution.

    I have tried fn + key lock, but still no solution.

    Hello @2101tu,.

    Thank you for visiting the HP Forums! A place where you can find solutions for your problems, with the help of the community!

    I understand that you have a problem with the TouchPad and wanted to help you!

    First of all, try to review the following document and let me know how it goes:

    HP laptops - use and configure the TouchPad (Windows 7 and Vista)

    Please let me know if this information helps you solve the problem by marking this message as 'accept as Solution' , this will help others easily find the information they seek.  In addition, by clicking on the Thumbs up below is a great way to say thank you!

    Have a great day!

  • Configuration of the workflow for the warehouse does not work

    Hello
    I m trying to create a workflow for a data warehouse, but for that I need to set it up.
    When you go to the Workflow Configuration Wizard, it does not work. any idea?

    Be a little more specific. What is the error you get?

  • Keyboard does not. Able to use for the connection does not work after that.

    The keyboard works to connect. But does not work after that.

    Hello Sml15,

    The embedded screen keyboard should still work even if the physical keyboard isn't.

    Try this first...

    Press and hold the Windows key and the space bar.

    If no joy, go to the search bar and with the built-in keyboard, type the filter keys and choose key filter on or off.

    In the window of the ease of access to the keyboard, disable FilterKeys.

    If all goes well, which will fix the problem.

    Let me know how it turns out.

  • Qosmio G20 - Blue LED for the volume does not work on Windows 7

    Hello

    I have a minor problem. Yesterday, I update my Qosmio G20 on 2 GB of RAM and I have install Windows 7. Everything works fine even better than XP, but I notice that my blue led lights for volume no longer works.

    Is there a driver I need to install or any solution that these blue lights for the volume can function again?

    Hi Gabriel,

    I m not Qosmio G20 owner but I m asking you to install Windows 7. I think XP would be the best choice for this portable little plu

    Normally the lighting on Toshiba laptop to install the package of added value. It s is only not for this model, so I put t know if it will work. You should try to download from another model of laptop that is Windows 7 supported.

    In addition also check the BIOS if lighting is enabled.

  • update my .ipa in DPS App Builder for the test does not work

    Hello

    I create my .ipa file in DPS App Builder for the test on my iPad, before I have to publish on the app store. No problem. I have tested and seen a few changes to make. I made the changes on my folio, updated in the generator of folio of indesign (in the cloud). Then I go back to DPS App Builder and rebuild a file .ipa from 'Manage' and 'Edit', download and test my certifates, windows seems to work ok. Then I created the new .ipa file (after deletion of the one on my desktop and iTunes) but when I sync it back on my iPad is not up-to-date. It is always the first version of my folio without changes.

    I tried to create a new application from the beginning, but the serial number unique edition no longer works. So my only solution is to update my folio, right? But what is the right way to do it? Am I missing something? I found no answer in the guide step by step on this issue.

    Or is it possible to completely delete the first version in DPS App Builder to recreate it without losing my serial number unique edition I have has not itself present Apple yet?

    I have something to do in the Folio Producer?

    Thanks for your help.

    Julien.

    Single edition series is a use of time, so change is not possible your end directly in case you want to use the same serial number. In this case, you must contact the technical support of DPS, who can get an approval on a serial number reset after reviewing the need.

    In this case, I'll take this offline with you regarding the forum post # http://forums.adobe.com/message/5597607.

  • Yahoo speaker icon Chinese big5 dictionary web to pronounce the Word does not work on firefox 26,27.

    http://tw.dictionary.search.Yahoo.com/search;_ylt=A3eg.nXHREBSxRUAzBh7rolQ?p=test & fr = SFP
    the speaker icon of web for the Word does not work on firefox 26,27. It works on firefox 24,25.

    Hello mizuc, thanks for reporting that - I can reproduce the problem and get an error in the web console:

    Media resource http://___.mp3 could not be decoded.
    

    Edit: I have filed bug 919572 for this question

  • period overlaps the code does not work in apex page

    Hello

    Employees have a schedule with a start date and end. Calendar periods cannot overlap for the same employee.

    I have a function that returns the error of validation of text as follows:

    declare
    number of l_dummy;

    Start
    Select count (*)
    in l_dummy

    of fus_medewerker_roosters
    where mdr_code =: p61_mdr_code
    and <>id: p61_id
    and to_date(:p61_begin_periode,'DD-MON-YY') < = eind_periode
    and to_date(:p61_eind_periode,'DD-MOn-YY') > = begin_periode
    +;+

    If l_dummy > 0
    then
    Back to 'this employee already has a calendar in this period.';
    on the other
    Returns a null value.
    end if;

    end;

    But the code does not work. It records data of an employee even though the periods overlap.

    But the code works correctly in workshop:

    declare
    number of l_dummy;

    Start
    Select count (*)
    in l_dummy

    of fus_medewerker_roosters
    where mdr_code =: p61_mdr_code
    and <>id: p61_id
    and to_date(:p61_begin_periode,'DD-MON-YY') < = eind_periode
    and to_date(:p61_eind_periode,'DD-MOn-YY') > = begin_periode
    +;+

    If l_dummy > 0
    then
    DBMS_OUTPUT. Put_line ("this employee already has a calendar at this time."); end if;

    end;

    What goes wrong. Why it works very well in the Studio, but not in my page?

    Kind regards
    Diana

    Edited by: dianap on Sep 4, 2009 08:31

    Hi Diana,

    It comes with the following:

    to_date(begin_periode,'DD-MON-YYYY')
    

    and

    to_date(eind_periode,'DD-MON-YYYY')
    

    Here are the dates of the table itself, should not be converted to dates.

    Secondly and more important still, the list of selection of P11_MDR_ID does not return NULL, it returns "null %" - it is a string that should be converted to null.

    I have made a few changes for postings of these - please take a look and check that everything is working ok.

    Andy

  • Halo 2 for windows vista does not work on my windows 7. Saiys it cannot start the direct customer

    original title: Halo 2 for windows vista

    Halo 2 for windows vista does not work on my windows 7.  Saiys it cannot start the direct customer.  It will not work in single user either...

    Hello

    Plase make sure you have the latest version of the GFWL Client installed:

    http://www.Microsoft.com/games/en-us/live/pages/livemarketplace.aspx

  • I have published my muse built Business Catalyst site and all from the 'Site in the web browser view' function in the program of the Muse does not work. Screen comes up with a message that it cannot locate the page and suggests I check the ip address.

    I recently published my muse built the Business Catalyst site for preview and all from the 'Site in the web browser view' function in the program of the Muse does not work. Screen comes up with a message that it cannot locate the page and suggests I check the ip address.

    Hello Jimw93000314,

    Are you preview site in the edge browser? When you preview the page in the browser Muse create a local server to give you the preview in the browser. With the edge browser, there was a reported issue to access the local server.

    Please click the link below that shows the steps to enable the browser to edge.

    http://StackOverflow.com/questions/30334289/cant-open-localhost-in-Microsoft-edge-project-spartiate-dans-Windows-10-APER cu

    I'm sure this will help.

    Kind regards

    Vivek

  • I can't select or copy text on Firefox for Android 26.0.1 (device: Samsung Galaxy Note 2) OS: Android 4.3. Long press on the text does not work. )

    Can't select or copy text on Firefox for Android 26.0.1.
    Device: Samsung Galaxy 2 Note.
    OS: Android 4.3.
    Long press on the text does not work.

    I would ask someone to check that...

    I'm glad to hear that your problem has been resolved by using the beta version.

    If you have not already the case, please mark this thread as solved by the solution of marking.

    This will help other users experience similar problems helps to find faster and more efficiently.

    I hope that you will continue using our products and we thank you for contacting the Mozilla Support.

  • zynga took my moms account and changed password for facebook and e-mail, she followed the steps to change the password, but the link does not work

    I gave this e-mail address to answer to another email user but my password has been changed and nt theres initially asked

    zynga took my moms account and changed password for facebook and e-mail, she followed the steps to change the password but the link does not work as it changes the password of my account, she tried this link 3 times now is there anything else she can try.

    Hello

    ·        What operating system is installed on your computer?

    ·        What browser do you use to connect to the internet?

    ·        Which email service provider you are talking about?

    Because the problem is linked to facebook I suggest you to post your query on facebook forum for assistance:

    http://www.Facebook.com/help/community/

  • short cuts on the desktop for the URL will not work. Try to connect the browser when rises the address has not been transposed, it's all just white

    short cuts on the desktop for the URL will not work. Try to connect the browser when rises the address has not been transposed, it's all just white

    There may be some problems that repair tools are not picking up. It may be preferable to a repair facility. This can help with any corruption of the registry, which could happen by the deletion of these programs. http://support.Microsoft.com/kb/917964

    Keep in mind when running all that modifies the system it is always a good idea to have your data and backup programs (it's general advice for any system its always good to have a backup in case of possible failure of material/virus)

  • The administrator password for all computers on the network does not work for ONE of the computers on the network

    original title: the computers of network/administrator password

    The administrator password for all computers on the network does not work for ONE of the computers on the network. I need to log on as an administrator to install software, but the password does not work. It works on other computers, but not this one. How is this possible and how can it be solved?

    Hello
    Microsoft technical support engineers cannot help you recover the passwords of the files and Microsoft who are lost or forgotten product features. For more information about this policy, please refer to the below sticky

    http://social.answers.Microsoft.com/forums/en-us/vistasecurity/thread/3eba3150-8742-4264-be9f-0daaad2282cd

  • just has got rid of the virus and responsible for all the disks but given the wifi does not work

    WiFi doesn't work do not

    just has got rid of the virus and responsible for all the disks but given the wifi does not work

    Hello

    Check with the system manufacturer or the actual WiFi device manufacturer and ask in their forums (if any)
    for problems known.

    Actually, try updating your driver:

    Control Panel - network - write down of the brand and the model of the Wifi - double click top - tab of the driver - write
    version - click the driver update (cannot do something that MS is far behind the pilots of certification). Then
    Right click on the Wifi device and UNINSTALL - Reboot - it will refresh the driver stack.

    Look at the sites of the manufacturer for drivers - and the manufacturer of the device manually.
    http://pcsupport.about.com/od/driverssupport/HT/driverdlmfgr.htm

    How to install a device driver in Vista Device Manager
    http://www.Vistax64.com/tutorials/193584-Device-Manager-install-driver.html

    Download - SAVE - go where you put it - right click – RUN AS ADMIN.

    You can download several at once however restart after the installation of each of them.

    After watching the system manufacturer, you can check the manufacturer of the device an even newer version. (The
    manufacturer of system become your backup policies).

    Repeat for network (NIC) card and is a good time to get the other updated drivers as Vista like
    updated drivers.

    I would also turn off auto update for the drivers. If the updates Windows suggests a just HIDE as they
    are almost always old, and you can search drivers manually as needed.

    How to disable automatic driver Installation in Windows Vista - drivers
    http://www.AddictiveTips.com/Windows-Tips/how-to-disable-automatic-driver-installation-in-Windows-Vista/
    http://TechNet.Microsoft.com/en-us/library/cc730606 (WS.10) .aspx

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

Maybe you are looking for

  • hashChangeInit

    Get an error window on each page at sfgate.com that says: hashChangeInit doc domain is: sfgate.com How can I fix this in Firefox 3.0.19. ?

  • eBay displays in miniature on firefox only

    eBay displays in miniature on Mozilla is unreadable. Other sites Web appears normally. I tried to change the font size, but it makes no difference. I uninstalled and reinstalled Mozilla is up-to-date.

  • Basic iMovie... so frustrated questions

    I am a long time user of iMovie... This latest version 10.01 seems to have way back. How can I select several photos on the timeline and change the duration? Why the background music does not disappear when I add pictures? I am so frustrated with thi

  • Driver DVD-RAM on Satellite A110-149 problem

    I recently received my copy of Express Upgrade to Windows Vista and I installed it as described in the user guide. The first time Windows Vista ran normally and I had no problem with my DVD-RAM. But then, after having upgraded from windows it asked m

  • How to add third-party DLLs in our Setup program by using the application builder?

    Hello friends, I have one (VI) application that uses a third party to the Protocol dll, and now I want to do an installation which should install dll as well as the application exe. Please suggest how... Thank you