This commit is contained in:
Laurent Destailleur 2019-03-11 18:29:01 +01:00
parent 3cb5b6f49c
commit 0480b7ee4a
2 changed files with 7 additions and 1 deletions

View File

@ -1398,7 +1398,7 @@ li.tmenusel::after, li.tmenu:hover::after{
border-color: transparent transparent #ffffff transparent; border-color: transparent transparent #ffffff transparent;
} }
/* /*
// add a bottom arrow // Add a bottom arrow
li.tmenusel::before, li.tmenu:hover::before{ li.tmenusel::before, li.tmenu:hover::before{
content: ""; content: "";
position:absolute; position:absolute;
@ -3180,6 +3180,9 @@ span.dashboardlineindicator, span.dashboardlineindicatorlate {
font-size: 130%; font-size: 130%;
font-weight: normal; font-weight: normal;
} }
a.dashboardlineindicatorlate:hover {
text-decoration: none;
}
.dashboardlineindicatorlate img { .dashboardlineindicatorlate img {
width: 16px; width: 16px;
} }

View File

@ -3334,6 +3334,9 @@ span.dashboardlineindicator, span.dashboardlineindicatorlate {
font-size: 120%; font-size: 120%;
font-weight: normal; font-weight: normal;
} }
a.dashboardlineindicatorlate:hover {
text-decoration: none;
}
.dashboardlineindicatorlate img { .dashboardlineindicatorlate img {
width: 16px; width: 16px;
} }