monitoring/CSS: Fix service grid load more link colors

refs #5543
This commit is contained in:
Eric Lippmann 2015-10-01 23:00:06 +02:00
parent 8a4674c33c
commit 422f06bd58

View File

@ -1,7 +1,7 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
table.service-grid-table {
width: 0px;
width: 0;
white-space: nowrap;
td {
@ -15,7 +15,6 @@ table.service-grid-table {
display: block;
height: 1.5em;
width: 1.5em;
color: @text-color;
}
i {