mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 11:51:43 +02:00
added cursor: pointer to the onhover for appicons
This commit is contained in:
parent
5235f61598
commit
c823cfa15c
@ -573,6 +573,7 @@ body {
|
|||||||
background-position: 90% 100%;
|
background-position: 90% 100%;
|
||||||
border-top: 1px solid #9f9f9f;
|
border-top: 1px solid #9f9f9f;
|
||||||
border-left: 0px solid white;
|
border-left: 0px solid white;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.appIconSpacer
|
.appIconSpacer
|
||||||
|
@ -495,6 +495,7 @@ body {
|
|||||||
{
|
{
|
||||||
background-image: url(../images/iconBackYellow.png);
|
background-image: url(../images/iconBackYellow.png);
|
||||||
border-right: 1px solid #9f9f9f;
|
border-right: 1px solid #9f9f9f;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divAppTextBar
|
#divAppTextBar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user