layout.scss: add pagination default style
This commit is contained in:
parent
0de960a168
commit
f853be6fb9
@ -927,3 +927,30 @@ td.actions {
|
|||||||
.table-col-grow {
|
.table-col-grow {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pagination {
|
||||||
|
ul {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
list-style: none;
|
||||||
|
padding: 8px;
|
||||||
|
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
li {
|
||||||
|
a, &.active, &.ellipsis {
|
||||||
|
display: block;
|
||||||
|
min-width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
padding: 4px;
|
||||||
|
|
||||||
|
line-height: 32px;
|
||||||
|
text-align:center;
|
||||||
|
|
||||||
|
&:hover:not(.active):not(.ellipsis) {
|
||||||
|
background-color: #fff5;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user