Only needed to execute step 2. Moving the import statement it appears stops all the CSS buttons from working..
I also adjusted the background and text color for the hover:
Code:span.cssButton:hover { background-color: #dcdcdc; /* Grey Hover Color */ } input.cssButton:hover, .button:hover, input.button:hover, input[type=button]:hover { /*background-color:#599659;*/ /* Green Hover Color */ background-color:#dcdcdc; /* Grey Hover Color */ border: 1px solid #003d00; /*color: white;*/ cursor: pointer; }



Reply With Quote
)..

