1
0
Fork 0

Improve autocomplete menu styles.

This commit is contained in:
Nicolas Perriault 2017-05-22 09:09:47 +02:00
parent 9df541adc8
commit 239326b79f
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 3 deletions

View File

@ -817,9 +817,8 @@ input.form-control[type=file] {
cursor: pointer; cursor: pointer;
background: #fff; background: #fff;
color: #777; color: #777;
border-color: #bbb; border: none;
border-left-color: #272b30; border-top: 1px solid #ddd;
border-right-color: #272b30;
} }
.autocomplete-item:hover, .autocomplete-item:hover,