Skip to content

Commit

Permalink
monitoring/CSS: Fix service grid load more link colors
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent 8a4674c commit 422f06b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/monitoring/public/css/service-grid.less
@@ -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 {
Expand All @@ -15,7 +15,6 @@ table.service-grid-table {
display: block;
height: 1.5em;
width: 1.5em;
color: @text-color;
}

i {
Expand Down

0 comments on commit 422f06b

Please sign in to comment.