I love all these buttons Orca ships with but how can I change the background to black? It must be in a CSS file. I thought I may have found it in main.css HERE:
.btn
{
position:relative;
background-image:url(../img/button_bg.gif);
background-position:0 0;
*****HERE***** background-color:black; <<<<<This was white...
height:25px;
width:100px;
overflow:hidden;
border:none;
font-size:11px;
font-weight:normal;
color:#000000;
text-align:center;
overflow:hidden;
margin-left:5px;
float:right;
}
But it didnt work...
Any help much appreciated!!!
Theresa