mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 13:43:38 +08:00
@ -357,13 +357,15 @@ ul.pagination {
|
|||||||
border: 1px solid #CCC;
|
border: 1px solid #CCC;
|
||||||
margin-inline-start: -1px;
|
margin-inline-start: -1px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
&.disabled {
|
@include lightDark(color, #555, #eee);
|
||||||
|
@include lightDark(border-color, #ccc, #666);
|
||||||
|
}
|
||||||
|
li.disabled {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
li.active span {
|
li.active span {
|
||||||
@include lightDark(color, #444, #eee);
|
@include lightDark(color, #111, #eee);
|
||||||
@include lightDark(background-color, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
|
@include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user