CSS: Add limiter.less

This commit is contained in:
Eric Lippmann 2015-09-25 13:35:49 +02:00
parent 605d8f908a
commit e94deab146
1 changed files with 18 additions and 0 deletions

View File

@ -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;
}
}
}
}