This commit is contained in:
Laurent Destailleur 2018-04-16 00:26:13 +02:00
parent ecb50a8a6d
commit 8c307987d8
2 changed files with 2 additions and 0 deletions

View File

@ -3216,6 +3216,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) {
span.boxstatstext { span.boxstatstext {
opacity: 0.8; opacity: 0.8;
line-height: 18px; line-height: 18px;
color: #000;
} }
span.boxstatstext img, a.dashboardlineindicatorlate img { span.boxstatstext img, a.dashboardlineindicatorlate img {
border: 0; border: 0;

View File

@ -3189,6 +3189,7 @@ div .tdtop {
} }
span.boxstatstext { span.boxstatstext {
line-height: 18px; line-height: 18px;
color: #000;
/* opacity: 0.7; */ /* a bug if browser make z-index infintie when opacity is set so we disable it */ /* opacity: 0.7; */ /* a bug if browser make z-index infintie when opacity is set so we disable it */
} }
span.boxstatsindicator { span.boxstatsindicator {