Dubsado - Submit Button Hover States

PHOTO EMBED

Sat Dec 04 2021 10:14:07 GMT+0000 (Coordinated Universal Time)

Saved by @threesixnine

/*-- SUBMIT BUTTON UNSELECTED --*/


/* centre position the button*/
#submitButton.btn-toolbar.center-block.margin-top-25.pull-right {
float:none!important;
position:relative;
}
#submitButton > button.btn.btn-primary.btn-lg.userBgColor {
position:absolute;
left:50%;
margin-left:-87px; /* half the width of the button*/
}
/* end center styling*/


#submitButton > button.btn.btn-primary.btn-lg.userBgColor{
    font-family: "TxX Gyre Bonum Regular";
    width: 174px;
    border-radius: 25px;
    background-color: transparent!important;
    color: #f25d03!important;
    font-weight: bold;
    border: 3px solid #f25d03!important;
    padding: 0;
    height: 45px;
    box-shadow: 1px 1px 4px rgb(0,0,0,.3);
outline:0;
transition: border-color .2s ease-in, color .2s ease-in;
}

/*-- SUBMIT BUTTON ON HOVER --*/
#submitButton > button.btn.btn-primary.btn-lg.userBgColor:hover {
border-color:#000!important;
color:#000!important;
}
content_copyCOPY