I did notice it was kinda tough to make out myself when I was posting my test comment, but GOD, finding what to change and where to change it? Sheesh. Here’s just PART of the code controlling the “Submit” button:
“input[type=”submit”], .button, div#infinite-handle span {
display: inline-block;
zoom: 1; / zoom and display = ie7 hack for display:inline-block /
display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: .3em 1em .35em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .25em;
-moz-border-radius: .25em;
border-radius: .25em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: #505050;
border: solid 1px #b7b7b7;
background: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
background: -moz-linear-gradient(top, #fff, #ededed);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ffffff’, endColorstr=’#ededed’);”
The various colors are those letters and numbers following each “#” symbol, RGB code to be specific. Being gradients, it couldn’t possibly be just black text on a colored background, oh no. And like I said, that there is just part of the submit-button CSS…of THREE. But what the heck, I’ll have a go at some point. It’ll get to bugging me and I won’t be able to stop myself. 😉
Error happened.