CSS
This commit is contained in:
parent
3cb5b6f49c
commit
0480b7ee4a
@ -1398,7 +1398,7 @@ li.tmenusel::after, li.tmenu:hover::after{
|
||||
border-color: transparent transparent #ffffff transparent;
|
||||
}
|
||||
/*
|
||||
// add a bottom arrow
|
||||
// Add a bottom arrow
|
||||
li.tmenusel::before, li.tmenu:hover::before{
|
||||
content: "";
|
||||
position:absolute;
|
||||
@ -3180,6 +3180,9 @@ span.dashboardlineindicator, span.dashboardlineindicatorlate {
|
||||
font-size: 130%;
|
||||
font-weight: normal;
|
||||
}
|
||||
a.dashboardlineindicatorlate:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.dashboardlineindicatorlate img {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
@ -3334,6 +3334,9 @@ span.dashboardlineindicator, span.dashboardlineindicatorlate {
|
||||
font-size: 120%;
|
||||
font-weight: normal;
|
||||
}
|
||||
a.dashboardlineindicatorlate:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
.dashboardlineindicatorlate img {
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user