|
|
@ -6066,7 +6066,8 @@ a.ant-btn-sm { |
|
|
|
position: relative; |
|
|
|
display: inline-flex; |
|
|
|
align-items: center; |
|
|
|
background: transparent; |
|
|
|
/* background: transparent; */ |
|
|
|
background: #50586c; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #666d7d; |
|
|
|
border-radius: 2px; |
|
|
@ -16760,7 +16761,8 @@ textarea.ant-input-number { |
|
|
|
color: hsla(0,0%,100%,.85); |
|
|
|
font-size: 14px; |
|
|
|
line-height: 1.5715; |
|
|
|
background-color: transparent; |
|
|
|
/* background-color: transparent; */ |
|
|
|
background-color: #50586c; |
|
|
|
background-image: none; |
|
|
|
border: 1px solid #434343; |
|
|
|
border-radius: 2px; |
|
|
@ -17076,7 +17078,8 @@ textarea.ant-input-affix-wrapper { |
|
|
|
color: hsla(0,0%,100%,.85); |
|
|
|
font-size: 14px; |
|
|
|
line-height: 1.5715; |
|
|
|
background-color: transparent; |
|
|
|
/* background-color: transparent; */ |
|
|
|
background-color: #50586c; |
|
|
|
background-image: none; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #666d7d; |
|
|
@ -20449,8 +20452,10 @@ textarea.ant-mentions { |
|
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji; |
|
|
|
text-align: center; |
|
|
|
list-style: none; |
|
|
|
background-color: transparent; |
|
|
|
border: 1px solid #434343; |
|
|
|
/* background-color: transparent; */ |
|
|
|
background-color: #3e4558; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #3e4558; |
|
|
|
border-radius: 2px; |
|
|
|
outline: 0; |
|
|
|
cursor: pointer; |
|
|
@ -20608,8 +20613,10 @@ textarea.ant-mentions { |
|
|
|
padding: 0; |
|
|
|
font-size: 12px; |
|
|
|
text-align: center; |
|
|
|
background-color: transparent; |
|
|
|
border: 1px solid #434343; |
|
|
|
/* background-color: transparent; */ |
|
|
|
background-color: #3e4558; |
|
|
|
/* border: 1px solid #434343; */ |
|
|
|
border: 1px solid #3e4558; |
|
|
|
border-radius: 2px; |
|
|
|
outline: none; |
|
|
|
transition: all .3s |
|
|
@ -20678,7 +20685,8 @@ textarea.ant-mentions { |
|
|
|
color: hsla(0,0%,100%,.85); |
|
|
|
font-size: 14px; |
|
|
|
line-height: 1.5715; |
|
|
|
background-color: transparent; |
|
|
|
/* background-color: transparent; */ |
|
|
|
background-color: #3e4558; |
|
|
|
background-image: none; |
|
|
|
border: 1px solid #434343; |
|
|
|
border-radius: 2px; |
|
|
@ -22654,6 +22662,13 @@ span.ant-radio+* { |
|
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1) |
|
|
|
} |
|
|
|
|
|
|
|
.ant-pagination .ant-select-selector{ |
|
|
|
background-color: #3f4658 !important; /*add*/ |
|
|
|
} |
|
|
|
.ant-form-item .ant-select-selector{ |
|
|
|
background-color: #50586c !important;/*add*/ |
|
|
|
} |
|
|
|
|
|
|
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector input { |
|
|
|
cursor: pointer |
|
|
|
} |
|
|
|