From 4446d8fe04089c4fc4f1103081fd151ce538a20f Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 6 Apr 2017 16:26:41 +0530 Subject: [PATCH] color fixed --- client/stylesheets/custom.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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; } -- 2.0.0