UNPKG

@vtx/cs-map

Version:

React components for Vortex

48 lines (45 loc) 1.27 kB
.mySelect { min-width: 100px; .ant-select { font-size: 12px; font-family: PingFang SC; font-weight: 400; color: #fff; .ant-select-selector { border: none; background: rgba(22, 50, 75, 0.65); } .ant-select-arrow { color: #fff; font-size: 10px; } } .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) { .ant-select-selector { outline: none; } } } .selectPopupClassName { background: linear-gradient(0deg, #0d5384, #002341) !important; border: 1px solid #93dfff; border-radius: 2px; overflow: hidden; box-shadow: 0 0 5px rgba(1, 211, 252, 0.75) inset; .ant-select-item { color: #c4e6ff; font-size: 12px; line-height: 12px; } .ant-select-item-option-selected:not(.ant-select-item-option-disabled) { background-color: transparent; color: #fff; } .ant-select-item-option-active:not(.ant-select-item-option-disabled) { background-color: transparent; color: #fff; } .rc-virtual-list-scrollbar { width: 0 !important; } }