improve padding for dropdown menus

This commit is contained in:
Mark Eaton
2021-03-04 13:09:24 -05:00
parent f09571d5f4
commit 9cf9839354
@@ -64,6 +64,14 @@ a.searchmenu {
color: #111; color: #111;
} }
.yamm4 > .row > .searchmenu >.highlight-menu-item {
padding: 2px;
}
.highlight-menu-item {
padding: 10px;
}
.highlight-menu-item:hover { .highlight-menu-item:hover {
background-color: #eee; background-color: #eee;
cursor: pointer; cursor: pointer;