Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • environc Friend
    #185152

    Hi,

    Job application lightbox modal (and search jobs: search employer lightbox modal) shows flickering button on hover. When I place the mouse on the button, the hover shows some image icon that looks like a printer (please check screenshots). In the hover state, clicking the button has no response, until I have to click it repetitively. This looks like CSS problem with conflicting with NEX or something like that. Where do I fix this as I can’t find it with Firebug?

    Regards


    1. Untitled10
    2. Untitled11
    HeR0 Friend
    #484244

    Hi Environc,

    Please check in file /templates/ja_nex/css/component.css , you could see the css rule as below which make causing this issue

    body.contentpane .button:hover, body.contentpane input:hover, body.contentpane ul.actions li a {
    background: url("../images/system/printButton.png");
    vertical-align: top;
    width: 16px;
    height: 16px;
    text-decoration: none;
    font-size: 0px;
    text-indent: -9999em;
    display: inline-block;
    }

    So that, please add code below to end of that file to fix your issue

    body.contentpane .frm-uploadform input{
    background: #FEFEFE
    width: 70px;
    height: 30px;
    text-indent: 0;
    font-size: 14px;
    }
    body.contentpane .frm-uploadform input:hover{
    background: #FEFEFE
    width: 70px;
    height: 30px;
    text-indent: 0;
    font-size: 14px;
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 11 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum