mirror of https://github.com/ColorlibHQ/AdminLTE
fix pagination with darkmode
parent
c18b4d747c
commit
47fa82fec3
|
@ -44,16 +44,17 @@
|
||||||
|
|
||||||
.dark-mode {
|
.dark-mode {
|
||||||
.page-item {
|
.page-item {
|
||||||
|
&.disabled a,
|
||||||
&.disabled .page-link {
|
&.disabled .page-link {
|
||||||
background-color: lighten($dark, 2.5%);
|
background-color: lighten($dark, 2.5%) !important;
|
||||||
border-color: $gray-600;
|
border-color: $gray-600 !important;
|
||||||
color: $gray-600;
|
color: $gray-600;
|
||||||
}
|
}
|
||||||
&.active {
|
&.active {
|
||||||
.page-link {
|
.page-link {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: $gray-400;
|
color: $gray-400 !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue