@vtx/cs-map
Version:
React components for Vortex
46 lines (45 loc) • 1.31 kB
CSS
.mySelect {
min-width: 100px;
}
.mySelect .ant-select {
font-size: 12px;
font-family: PingFang SC;
font-weight: 400;
color: #fff;
}
.mySelect .ant-select .ant-select-selector {
border: none;
background: rgba(22, 50, 75, 0.65);
}
.mySelect .ant-select .ant-select-arrow {
color: #fff;
font-size: 10px;
}
.mySelect .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
outline: none;
}
.selectPopupClassName {
background: -webkit-gradient(linear, left bottom, left top, from(#0d5384), to(#002341)) ;
background: linear-gradient(0deg, #0d5384, #002341) ;
border: 1px solid #93dfff;
border-radius: 2px;
overflow: hidden;
-webkit-box-shadow: 0 0 5px rgba(1, 211, 252, 0.75) inset;
box-shadow: 0 0 5px rgba(1, 211, 252, 0.75) inset;
}
.selectPopupClassName .ant-select-item {
color: #c4e6ff;
font-size: 12px;
line-height: 12px;
}
.selectPopupClassName .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: transparent;
color: #fff;
}
.selectPopupClassName .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
background-color: transparent;
color: #fff;
}
.selectPopupClassName .rc-virtual-list-scrollbar {
width: 0 ;
}