ldapsaisie/src/css/default/LSformElement_mail.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

30 lines
768 B
CSS

ul.LSformElement_mail_autocomplete {
border: 1px solid #ccc;
width: 200px;
margin: 0;
margin-top: 0.1em;
max-height: 10em;
overflow: auto;
padding: 0;
list-style-type: none;
}
li.LSformElement_mail_autocomplete {
cursor: pointer;
border-bottom: 1px dotted #ccc;
font-size: 0.8em;
}
li.LSformElement_mail_autocomplete:last-of-type {
border: none;
}
li.LSformElement_mail_autocomplete_over {
background-color: #ccc;
}
li.LSformElement_mail_autocomplete_current {
font-style: italic;
color: #777;
}