You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
567 B
28 lines
567 B
#list_matches td {
|
|
padding-left: 7px !important;
|
|
padding-right: 7px !important;
|
|
}
|
|
#list_matches td:hover{
|
|
background: #2d6cb3;
|
|
color: #fff;
|
|
}
|
|
.list_matches{
|
|
width: 100%;
|
|
cursor: pointer;
|
|
}
|
|
.input_field_auto_fill {
|
|
border: 1px solid #D2D2FF;
|
|
}
|
|
#list_matches{
|
|
z-index: 1051;
|
|
position: absolute;
|
|
background: #ffffff;
|
|
overflow-y: scroll;
|
|
height: auto;
|
|
display:none;
|
|
width:auto !important;
|
|
border: 1px solid #E5E5E5;
|
|
font-size: 13px;
|
|
padding: 5px 0px;
|
|
box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
|
|
}
|