18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||
|
|
||
|
.limiter-control {
|
||
|
font-size: @font-size-small;
|
||
|
|
||
|
li {
|
||
|
a {
|
||
|
padding: 2px 4px;
|
||
|
}
|
||
|
|
||
|
&.active {
|
||
|
a {
|
||
|
color: @text-color-light;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|