Reduce font-weight for badges in monitoring/health

refs #3434
This commit is contained in:
Eric Lippmann 2018-07-10 09:23:38 +02:00
parent 1cb105b52a
commit 12b17d4b0a
1 changed files with 4 additions and 0 deletions

View File

@ -433,6 +433,10 @@ div.box.stats {
}
}
.tinystatesummary .badge {
font-weight: normal;
}
/* Monitoring timeline styles */
div.timeline-legend {