mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
show cursor in IE
This commit is contained in:
parent
7299338fed
commit
232e7bacff
@ -30,30 +30,33 @@ img
|
|||||||
border-style:none;
|
border-style:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link
|
a:link,a:visited
|
||||||
{
|
{
|
||||||
|
cursor:pointer;
|
||||||
color: #006699;
|
color: #006699;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
a:visited
|
a:visited
|
||||||
{
|
{
|
||||||
color: #006699;
|
color: #006699;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
a:hover
|
a:hover,a:active
|
||||||
{
|
{
|
||||||
|
cursor:pointer;
|
||||||
color: #ff9933;
|
color: #ff9933;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
a:active
|
a:active
|
||||||
{
|
{
|
||||||
color: #006699;
|
color: #006699;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
input,button
|
input,button
|
||||||
{
|
{
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
@ -305,8 +308,12 @@ a.textSidebox
|
|||||||
|
|
||||||
#fmLocation
|
#fmLocation
|
||||||
{
|
{
|
||||||
margin-left:4px;
|
position:relative;
|
||||||
|
/*background-image:url(../images/buttonbackgroundscaled.png);
|
||||||
|
background-repeat: repeat-x;*/
|
||||||
|
/*margin-left:4px;*/
|
||||||
margin-bottom:3px;
|
margin-bottom:3px;
|
||||||
|
height:27px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user