mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01: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%;
|
||||
border-top: 1px solid #9f9f9f;
|
||||
border-left: 0px solid white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.appIconSpacer
|
||||
|
@ -495,6 +495,7 @@ body {
|
||||
{
|
||||
background-image: url(../images/iconBackYellow.png);
|
||||
border-right: 1px solid #9f9f9f;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#divAppTextBar
|
||||
|
Loading…
Reference in New Issue
Block a user