Skip to content

Commit

Permalink
CSS: Add limiter.less
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 25, 2015
1 parent 605d8f9 commit e94deab
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions public/css/icinga/limiter.less
@@ -0,0 +1,18 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.limiter-control {
.pull-left();
font-size: @font-size-small;

li {
a {
padding: 2px 4px;
}

&.active {
a {
color: @text-color-light;
}
}
}
}

0 comments on commit e94deab

Please sign in to comment.