summaryrefslogtreecommitdiff
path: root/Project-Unite/Content
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-21 19:51:04 -0400
committerMichael <[email protected]>2017-04-21 19:51:04 -0400
commit1cc5a79c8c14777052083ae607eb1ad3626b4551 (patch)
tree6c1f994741797b7039f141a688017647b2c98bd0 /Project-Unite/Content
parentd3ddde37cbe79d3fae12e90081fe7a927abe2127 (diff)
downloadproject-unite-1cc5a79c8c14777052083ae607eb1ad3626b4551.tar.gz
project-unite-1cc5a79c8c14777052083ae607eb1ad3626b4551.tar.bz2
project-unite-1cc5a79c8c14777052083ae607eb1ad3626b4551.zip
fix dropdown menus
Diffstat (limited to 'Project-Unite/Content')
-rw-r--r--Project-Unite/Content/Site.css7
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
*/