I'm experimenting with the skin1.css file.
I've done the following to the css
SELECT,TEXTAREA {
BACKGROUND-COLOR: #FFFFFF;
FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif;
COLOR: #000000;
FONT-SIZE: 12px;
BORDER: #ffd30d 10px solid;
}
INPUT{
BORDER: #ffd30d 10px solid;
}
This is the result:
http://img135.imageshack.us/img135/7968/screentz5.gif
As you can see the
INPUT style is affecting the "Log In" button.
I have tried changing INPUT to INPUT.TEXT but had no result. Any suggestions?
Thanks