fix dropdown menus

This commit is contained in:
Michael 2017-04-21 19:51:04 -04:00
parent d3ddde37cb
commit 1cc5a79c8c

View file

@ -9,6 +9,13 @@
padding-right: 15px;
}
option {
background: black;
}
option:hover{
background:#333;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/