|
|
|
@ -5,19 +5,17 @@ html[data-theme='dark'] {
|
|
|
|
|
.ant-pagination-next,
|
|
|
|
|
.ant-pagination-item {
|
|
|
|
|
background-color: rgb(255 255 255 / 4%) !important;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: #8b949e !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-select-arrow {
|
|
|
|
|
color: @text-color-secondary !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-pagination-item-active {
|
|
|
|
|
background-color: @primary-color !important;
|
|
|
|
|
border: none;
|
|
|
|
|
border: 1px solid @primary-color;
|
|
|
|
|
border-radius: none !important;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
@ -65,20 +63,20 @@ html[data-theme='dark'] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-pagination-item-active {
|
|
|
|
|
// background-color: @primary-color !important;
|
|
|
|
|
border: none;
|
|
|
|
|
border-radius: none !important;
|
|
|
|
|
|
|
|
|
|
border: 1px solid @primary-color;
|
|
|
|
|
color: @primary-color;
|
|
|
|
|
a {
|
|
|
|
|
color: rgba(70, 145, 255, 1) !important;
|
|
|
|
|
color: @primary-color!important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-pagination-options {
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
position: relative;
|
|
|
|
|
top: -2.5px;
|
|
|
|
|
.ant-select-selector, .ant-input-number-input-wrap {
|
|
|
|
|
height: 20px!important;
|
|
|
|
|
min-height: 20px!important;
|
|
|
|
|
height: 26px!important;
|
|
|
|
|
min-height: 26px!important;
|
|
|
|
|
}
|
|
|
|
|
margin-left: 12px;
|
|
|
|
|
.ant-select-selector {
|
|
|
|
@ -93,7 +91,7 @@ html[data-theme='dark'] {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
line-height: 20px !important;
|
|
|
|
|
line-height: 26px !important;
|
|
|
|
|
color: rgba(122, 135, 152, 1);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -103,17 +101,16 @@ html[data-theme='dark'] {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-pagination-options-quick-jumper input {
|
|
|
|
|
height: 20px!important;
|
|
|
|
|
height: 26px!important;
|
|
|
|
|
margin: 3px 6px;
|
|
|
|
|
border: none !important;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
background: rgba(240, 244, 250, 1);
|
|
|
|
|
line-height: 22px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
letter-spacing: 1px;
|
|
|
|
|
line-height: 20px !important;
|
|
|
|
|
line-height: 26px !important;
|
|
|
|
|
color: rgba(122, 135, 152, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|