mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
Merge pull request #1408 from QingWei-Li/fix/pagination-bgcolor
Pagination: fix background color
This commit is contained in:
commit
84efedcc71
@ -6,7 +6,6 @@
|
||||
@b pagination {
|
||||
white-space: nowrap;
|
||||
padding: 2px 5px;
|
||||
background: var(--pagination-fill);
|
||||
color: var(--pagination-color);
|
||||
|
||||
span,
|
||||
@ -51,6 +50,7 @@
|
||||
.btn-next {
|
||||
background: center center no-repeat;
|
||||
background-size: 16px;
|
||||
background-color: var(--pagination-fill);
|
||||
border: 1px solid var(--pagination-border-color);
|
||||
cursor: pointer;
|
||||
margin: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user