Commit 7a6782e8 authored by Pietro Albini's avatar Pietro Albini

Added background to autocomplete dropdown

parent 59f6f489
......@@ -2362,3 +2362,24 @@ h3.or_label, .signin_form#dummy_form_unused {
text-align: center;
padding: 10px;
}
.ac_results
{
width: 398px !important;
background: #eeeeee;
border: 2px solid #cccccc;
border-top: 0;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
padding: 5px;
}
.ac_results ul li
{
cursor: pointer;
padding: 5px 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment