added the hand-cursor for buttons, I hope it was not on purpose to not show it ;-)

This commit is contained in:
Ralf Becker 2003-10-25 10:30:21 +00:00
parent ecd640a2ea
commit 3545eba5c6

View File

@ -48,13 +48,20 @@ a:active
text-decoration: underline; text-decoration: underline;
} }
input input,button
{ {
font-size: 11px; font-size: 11px;
color: #006699; color: #006699;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
border: 1px #bbbbbb solid; border: 1px #bbbbbb solid;
} }
input[type=submit],input[type=button],button
{
cursor: pointer;
cursor: hand;
}
select select
{ {
font-size: 11px; font-size: 11px;