mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-28 05:42:28 +00:00
parent
f5fefbdb06
commit
6e4132121c
1 changed files with 7 additions and 5 deletions
|
@ -357,13 +357,15 @@ ul.pagination {
|
|||
border: 1px solid #CCC;
|
||||
margin-inline-start: -1px;
|
||||
user-select: none;
|
||||
&.disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
@include lightDark(color, #555, #eee);
|
||||
@include lightDark(border-color, #ccc, #666);
|
||||
}
|
||||
li.disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
li.active span {
|
||||
@include lightDark(color, #444, #eee);
|
||||
@include lightDark(background-color, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
|
||||
@include lightDark(color, #111, #eee);
|
||||
@include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.5));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue