33 lines
575 B
Plaintext
33 lines
575 B
Plaintext
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
.pagination-control {
|
|
li {
|
|
&.active {
|
|
> a,
|
|
> a:hover {
|
|
border-bottom: 2px solid @icinga-blue;
|
|
color: @icinga-blue
|
|
}
|
|
> a:hover {
|
|
background: none;
|
|
cursor: default;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
&.disabled {
|
|
color: @gray-light;
|
|
cursor: no-drop;
|
|
}
|
|
|
|
> a,
|
|
> span {
|
|
padding: 0 0.5em 0.25em 0.5em;
|
|
}
|
|
> a:hover {
|
|
background-color: @gray-lighter;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|