diff options
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/Content/Site.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 */ |
