diff --git a/client/stylesheets/custom.css b/client/stylesheets/custom.css index 61f10d5..a672f16 100644 --- a/client/stylesheets/custom.css +++ b/client/stylesheets/custom.css @@ -5,31 +5,31 @@ body background: linear-gradient(#00b395, #00cdaa); } -.dropdown span{ +table .dropdown span{ color: #000000; } -.dropdown-toggle{ +table .dropdown-toggle{ cursor: pointer; } -.dropdown .fa{ +table .dropdown .fa{ display: inline; margin: 6px 6px; } -.dropdown-menu { +table .dropdown-menu { min-width: 100px; } -.dropdown-menu > li { +table .dropdown-menu > li { margin-bottom: 10px; cursor: pointer; line-height: 1.5384616; } -.dropdown-menu > li:hover{ +table .dropdown-menu > li:hover{ text-decoration: none; color: #333333; background-color: #f5f5f5; } -.dropdown-menu > li > span{ +table .dropdown-menu > li > span{ padding: 6px 16px; display: block; }