|
|
@ -6067,7 +6067,8 @@ a.ant-btn-sm { |
|
|
|
display: inline-flex; |
|
|
|
align-items: center; |
|
|
|
background: transparent; |
|
|
|
border: 1px solid #434343; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #666d7d; |
|
|
|
border-radius: 2px; |
|
|
|
transition: border .3s,box-shadow .3s |
|
|
|
} |
|
|
@ -17266,7 +17267,8 @@ textarea.ant-input { |
|
|
|
font-size: 14px; |
|
|
|
text-align: center; |
|
|
|
background-color: hsla(0,0%,100%,.04); |
|
|
|
border: 1px solid #434343; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #666d7d; |
|
|
|
border-radius: 2px; |
|
|
|
transition: all .3s |
|
|
|
} |
|
|
@ -22646,7 +22648,8 @@ span.ant-radio+* { |
|
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector { |
|
|
|
position: relative; |
|
|
|
background-color: transparent; |
|
|
|
border: 1px solid #434343; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #666d7d; |
|
|
|
border-radius: 2px; |
|
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1) |
|
|
|
} |
|
|
@ -25222,8 +25225,10 @@ span.ant-radio+* { |
|
|
|
color: hsla(0,0%,100%,.85); |
|
|
|
font-weight: 500; |
|
|
|
text-align: left; |
|
|
|
background: #1d1d1d; |
|
|
|
border-bottom: 1px solid #303030; |
|
|
|
/* background: #1d1d1d; */ |
|
|
|
background: #616b83; |
|
|
|
/* border-bottom: 1px solid #303030; */ |
|
|
|
border-bottom: 1px solid #616b83; |
|
|
|
transition: background .3s ease |
|
|
|
} |
|
|
|
|
|
|
@ -25248,7 +25253,8 @@ span.ant-radio+* { |
|
|
|
} |
|
|
|
|
|
|
|
.ant-table-tbody>tr>td { |
|
|
|
border-bottom: 1px solid #303030; |
|
|
|
border-bottom: 1px solid #626b7e; |
|
|
|
background-color: #3e4557; /*add*/ |
|
|
|
transition: background .3s |
|
|
|
} |
|
|
|
|
|
|
@ -25265,7 +25271,8 @@ span.ant-radio+* { |
|
|
|
} |
|
|
|
|
|
|
|
.ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-tbody>tr>td.ant-table-cell-row-hover { |
|
|
|
background: #262626 |
|
|
|
/* background: #262626 */ |
|
|
|
background: #3e4557 |
|
|
|
} |
|
|
|
|
|
|
|
.ant-table-tbody>tr.ant-table-row-selected>td { |
|
|
|