Loading...

Asad Ullah Saffa

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Custom Colors and Button Colors #10003890
    Asad Ullah Saffa
    Participant

    Could you please tell me how to have hover and clicked buttons in the same area: I have added this code but still it is a none animated button:

    .pieregWrapper #pie_register input[type="submit"], .piereg_container .submit input[type="submit"] {
      font-family: arial;
      color: #FFFFFF !important;
      font-size: 14px;
      text-shadow: 1px 1px 0px #7CACDE;
      box-shadow: 1px 1px 1px #BEE2F9;
      padding: 10px 25px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      border: 2px solid #3866A3;
      background: #63B8EE;
      background: linear-gradient(top,  #63B8EE,  #468CCF);
      background: -ms-linear-gradient(top,  #63B8EE,  #468CCF);
      background: -webkit-gradient(linear, left top, left bottom, from(#63B8EE), to(#468CCF));
      background: -moz-linear-gradient(top,  #63B8EE,  #468CCF);
    }
    .pieregWrapper #pie_register input[type="submit"], .piereg_container .submit input[type="submit"] {
      color: #14396A !important;
      background: #468CCF;
      background: linear-gradient(top,  #468CCF,  #63B8EE);
      background: -ms-linear-gradient(top,  #468CCF,  #63B8EE);
      background: -webkit-gradient(linear, left top, left bottom, from(#468CCF), to(#63B8EE));
      background: -moz-linear-gradient(top,  #468CCF,  #63B8EE);
    }
    .piereg_container label, .piereg_login_container .piereg_login_wrapper label {
    color: #000;
    }
Viewing 1 post (of 1 total)