mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
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;
|
||||
cursor: pointer;
|
||||
color: #004e7d;
|
||||
cursor: hand;
|
||||
/* cursor: hand; */
|
||||
}
|
||||
|
||||
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
|
||||
{
|
||||
background-color:#c5c5c5;
|
||||
border: outset 1px #dcdad5;
|
||||
background-color:#b9d5e3;
|
||||
border: outset 1px #b9d5e3;
|
||||
margin: 1px;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
color: #004e7d;
|
||||
cursor: hand;
|
||||
background-color:#c5c5c5;
|
||||
border: outset 1px #dcdad5;
|
||||
background-color:#b9d5e3;
|
||||
border: outset 1px #b9d5e3;
|
||||
margin: 1px;
|
||||
padding: 1px;
|
||||
cursor: pointer;
|
||||
color: #004e7d;
|
||||
/* cursor: hand; */
|
||||
}
|
||||
|
||||
input.egwbutton:hover
|
||||
@ -149,9 +149,9 @@ input.egwbutton:active
|
||||
|
||||
input[type=image]
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
border: 0;
|
||||
cursor: pointer;
|
||||
/* cursor: hand; */
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.divLoginbox,.divSidebox
|
||||
|
@ -54,6 +54,6 @@ tr.th td {
|
||||
|
||||
/* show links as regular text */
|
||||
a,a:link,a:visited,a:hover {
|
||||
font-style: none;
|
||||
font-style: normal;
|
||||
color: black;
|
||||
}
|
Loading…
Reference in New Issue
Block a user