|
|
@@ -36,6 +36,12 @@
|
|
|
}
|
|
|
}
|
|
|
.ant-pagination {
|
|
|
+ >.ant-pagination-simple-pager {
|
|
|
+ color: #E6EDFF;
|
|
|
+ >input {
|
|
|
+ color: #46525d;
|
|
|
+ }
|
|
|
+ }
|
|
|
>.ant-pagination-total-text {
|
|
|
color: #E6EDFF;
|
|
|
}
|
|
|
@@ -51,7 +57,7 @@
|
|
|
}
|
|
|
>.ant-pagination-item {
|
|
|
>a {
|
|
|
- color: #E6EDFF
|
|
|
+ color: #E6EDFF;
|
|
|
}
|
|
|
&-active {
|
|
|
background: #fff;
|
|
|
@@ -61,6 +67,26 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ >.ant-pagination-jump-prev {
|
|
|
+ &:hover {
|
|
|
+ .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
|
+ color: #E6EDFF;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
|
+ color: #E6EDFF;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ >.ant-pagination-jump-next {
|
|
|
+ &:hover {
|
|
|
+ .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
|
+ color: #E6EDFF;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
|
+ color: #E6EDFF;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.aggregate-container.theme2 {
|