mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
added the hand-cursor for buttons, I hope it was not on purpose to not show it ;-)
This commit is contained in:
parent
ecd640a2ea
commit
3545eba5c6
@ -48,13 +48,20 @@ a:active
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
input
|
||||
input,button
|
||||
{
|
||||
font-size: 11px;
|
||||
color: #006699;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
border: 1px #bbbbbb solid;
|
||||
}
|
||||
|
||||
input[type=submit],input[type=button],button
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
select
|
||||
{
|
||||
font-size: 11px;
|
||||
|
Loading…
Reference in New Issue
Block a user