55 lines
1.1 KiB
CSS
55 lines
1.1 KiB
CSS
.ac_results {
|
|
padding: 0;
|
|
background-color: white;
|
|
overflow: hidden;
|
|
z-index: 99999;
|
|
border: 1px solid #66afe9;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(102,175,233,.6);
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(102,175,233,.6);
|
|
margin-top: -1px;
|
|
}
|
|
|
|
.ac_results ul {
|
|
width: 100%;
|
|
list-style-position: outside;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.ac_results li {
|
|
margin: 0;
|
|
padding: 5px;
|
|
cursor: default;
|
|
display: block;
|
|
/*width: 100%;*/
|
|
font: menu;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ac_loading {
|
|
background: white url(indicator.gif) right center no-repeat;
|
|
}
|
|
|
|
.ac_odd {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.ac_over {
|
|
background-color: #0e90d2;
|
|
color: white;
|
|
}
|
|
|
|
.ac_result {
|
|
border: 1px solid #23ad44 !important;
|
|
}
|
|
|
|
.ac_result:active, .ac_result:focus {
|
|
border-color: #23ad44 !important;
|
|
outline: 0;
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(139, 233, 102, 0.6) !important;
|
|
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(139, 233, 102, 0.6) !important;
|
|
} |