fixing some css-bugs which fill the firefox javascript console

This commit is contained in:
Ralf Becker 2006-08-19 07:08:52 +00:00
parent dfb2e85ed6
commit 7a167bcb6b
2 changed files with 14 additions and 14 deletions

View File

@ -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
@ -123,15 +123,15 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but
input.egwbutton input.egwbutton
{ {
background-color:#c5c5c5; background-color:#c5c5c5;
border: outset 1px #dcdad5; border: outset 1px #dcdad5;
background-color:#b9d5e3; background-color:#b9d5e3;
border: outset 1px #b9d5e3; border: outset 1px #b9d5e3;
margin: 1px; margin: 1px;
padding: 1px; padding: 1px;
cursor: pointer; cursor: pointer;
color: #004e7d; color: #004e7d;
cursor: hand; /* cursor: hand; */
} }
input.egwbutton:hover input.egwbutton:hover
@ -149,9 +149,9 @@ input.egwbutton:active
input[type=image] input[type=image]
{ {
cursor: pointer; cursor: pointer;
cursor: hand; /* cursor: hand; */
border: 0; border: 0;
} }
.divLoginbox,.divSidebox .divLoginbox,.divSidebox

View File

@ -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;
} }