Show a preview image in builtin attachment select autocomplete.

This commit is contained in:
Jan Böhmer 2020-06-01 14:51:38 +02:00
parent aa95f130db
commit f0d0a78f65
6 changed files with 65 additions and 6 deletions

View file

@ -772,6 +772,9 @@ div.dataTables_wrapper div.dataTables_info {
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
box-shadow: 0 5px 10px rgba(0,0,0,.2);
max-height: 200px;
overflow-y: auto;
}
.tt-suggestion {
@ -874,4 +877,11 @@ div.dataTables_wrapper div.dataTables_info {
.carousel:hover .carousel-control {
display: flex;
}
/***********************************************
* Typeahead image
***********************************************/
.typeahead-image {
width: 100%;
}