CSS: Add limiter.less
This commit is contained in:
parent
605d8f908a
commit
e94deab146
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue