forked from extern/egroupware
fixing some css-bugs which fill the firefox javascript console
This commit is contained in:
parent
dfb2e85ed6
commit
7a167bcb6b
@ -104,7 +104,7 @@ input[type=submit],input[type=button],input[type=reset],button,.egwbutton
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #004e7d;
|
color: #004e7d;
|
||||||
cursor: hand;
|
/* cursor: hand; */
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,button:hover,.egwbutton:hover
|
||||||
@ -131,7 +131,7 @@ input.egwbutton
|
|||||||
padding: 1px;
|
padding: 1px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: #004e7d;
|
color: #004e7d;
|
||||||
cursor: hand;
|
/* cursor: hand; */
|
||||||
}
|
}
|
||||||
|
|
||||||
input.egwbutton:hover
|
input.egwbutton:hover
|
||||||
@ -150,7 +150,7 @@ input.egwbutton:active
|
|||||||
input[type=image]
|
input[type=image]
|
||||||
{
|
{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
cursor: hand;
|
/* cursor: hand; */
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,6 +54,6 @@ tr.th td {
|
|||||||
|
|
||||||
/* show links as regular text */
|
/* show links as regular text */
|
||||||
a,a:link,a:visited,a:hover {
|
a,a:link,a:visited,a:hover {
|
||||||
font-style: none;
|
font-style: normal;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user