mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-09 01:24:07 +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;
|
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
|
||||||
|
@ -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