how to remove mouse hover effect on submit buttons in jotforms

  • Umesh91
    Asked on October 6, 2014 at 1:11 AM

    Hello Team

     

        Following is my jotform form at bottom there are 2 buttons submit-request and print.When we hovering the mouse on these buttons then it shows colour change on hovering so i want to remove that colour changing effect i have downloaded the full source code of that jotform and playing with css changing but its not working so please let me know how to remove mouse hover colour change effect

     

    http://form.jotform.us/form/42304131731137

     

    Regards,

    Umesh

     

     

  • jonathan
    Replied on October 6, 2014 at 4:46 AM

    Hi Umesh,

    Please try adding this CSS code to those existing in your jotform  http://www.jotform.us/form/42304131731137

     

    .form-submit-button:active, .form-submit-reset:active, .form-submit-print:active {

    background: -moz-linear-gradient(center top , #3cb371 0%, #3cb371 100%) repeat scroll 0 0 transparent;

    border-color: #D08A01;

    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0, 0, 0, 0.1) inset;}

     

    Here is the same demo jotform http://www.jotform.me/form/42742366309457

    where I suggested in your previous question here

    http://www.jotform.com/answers/437588

     

    Hope this help. Inform us if you need further assistance.

    Thanks.