38 lines
826 B
CSS
38 lines
826 B
CSS
.xc-date-selector-menu {
|
|
background-color: #04233c !important;
|
|
}
|
|
|
|
.xc-date-selector-menu .ant-select-item {
|
|
color: #fff;
|
|
background: transparent;
|
|
}
|
|
|
|
.xc-date-selector-menu .ant-select-item-option-content {
|
|
text-align: center;
|
|
font-size: calc(14px * var(--scale));
|
|
}
|
|
|
|
.xc-date-selector-menu .ant-select-item-option-selected {
|
|
color: #fff !important;
|
|
background-color: #02457E !important;
|
|
}
|
|
|
|
.ant-select-selector {
|
|
background-color: #02457E !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.xc-date-selector-menu .ant-select-item-option {
|
|
/* padding: 5px 8px; */
|
|
padding: .3em .35em;
|
|
min-height: unset;
|
|
}
|
|
/*
|
|
.ant-select-selector::after {
|
|
content: '\25BC' !important;
|
|
visibility: visible !important; L
|
|
position: absolute;
|
|
top: 2px;
|
|
right: 22px;
|
|
color: #04233c;
|
|
} */ |