From 1cc5a79c8c14777052083ae607eb1ad3626b4551 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 21 Apr 2017 19:51:04 -0400 Subject: [PATCH] fix dropdown menus --- Project-Unite/Content/Site.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css index 3ba5e52..fa3b04e 100644 --- a/Project-Unite/Content/Site.css +++ b/Project-Unite/Content/Site.css @@ -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 */