1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add background color to typeahead menu

This commit is contained in:
David Tolnay
2015-10-12 22:48:53 -07:00
parent c2395f0278
commit e3c36777ab

View File

@ -162,6 +162,7 @@ footer {
.tt-menu {
width: 100%;
background-color: #fff;
padding: 8px 0;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);