-
AuthorPosts
-
environc Friend
environc
- Join date:
- December 2012
- Posts:
- 173
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
February 21, 2013 at 5:08 am #185152Hi,
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
-
HeR0 Friend
HeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
February 22, 2013 at 9:27 am #484244Hi 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
-
AuthorPosts
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
Jump to forum