mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-10 07:14:31 +02:00
33 lines
395 B
Plaintext
33 lines
395 B
Plaintext
.pagination-control {
|
|
li > a {
|
|
color: @icinga-blue;
|
|
border-radius: .25em;
|
|
}
|
|
|
|
li > a:hover {
|
|
background: @gray-lighter;
|
|
}
|
|
|
|
.previous-page,
|
|
.next-page {
|
|
padding: .5em .25em;
|
|
|
|
i {
|
|
display: inline-block;
|
|
}
|
|
|
|
i:before {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.previous-page > i {
|
|
margin-left: -.125em;
|
|
}
|
|
|
|
.next-page > i {
|
|
margin-right: -.125em;
|
|
}
|
|
}
|
|
|