mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
Added better looking pad scroll.
This commit is contained in:
parent
7ef69d3840
commit
9575ab8457
2 changed files with 50 additions and 12 deletions
|
@ -639,3 +639,35 @@ table tbody tr.active-row {
|
|||
font-weight: bold;
|
||||
color: #009879;
|
||||
}
|
||||
|
||||
|
||||
.pad-pagination{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pad-pagination button {
|
||||
display: flex;
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
.pad-pagination button:disabled {
|
||||
background: transparent;
|
||||
color: lightgrey;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.pad-pagination span {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.pad-pagination >span {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue