react-filter-box
Version:
Conditional filter supports OR/AND, bracket, Highlighting, Autocomplete, and high extensibility
41 lines (30 loc) • 568 B
text/less
.main-container {
width: 800px;
margin-left: auto;
margin-right: auto;
}
.public_fixedDataTable_header, .public_fixedDataTable_header .public_fixedDataTableCell_main {
background-image: none;
}
.day-picker-selection {
background-color: white;
color: black;
}
li.CodeMirror-hint-active.custom{
background: white;
.hint-value {
color: white;
}
}
ul.CodeMirror-hints {
max-height: 300px;
}
body {
color: #555;
}
.demo-4-filter-wrapper {
display: flex;
.demo-4-filter {
flex:1;
}
}