admin
Administrator
     
Offline
Posts: 211
|
 |
« on: February 14, 2017, 05:24: PM » |
|
The first css setting sets the basic button look and feel
The second setting sets the hover state of the button itself
.green_submit_buttonRM { font-size: 13px; font-weight: 500; height: auto; line-height: 15px; border-radius: 5px; display: inline-block; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; background-color: rgba(79,244,83,0.80); color: rgba(0,0,0,1.00); font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif; font-style: normal; font-variant: normal; border-collapse: collapse; }
.green_submit_buttonRM:hover { border: 1px solid #999; color: #000; background-color: rgba(11,247,128,1.00); }
|