Commit 4446d8fe04089c4fc4f1103081fd151ce538a20f

Authored by Deepak
1 parent 700461f2f8
Exists in master

color fixed

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
client/stylesheets/custom.css
... ... @@ -5,31 +5,31 @@ body
5 5 background: linear-gradient(#00b395, #00cdaa);
6 6 }
7 7  
8   -.dropdown span{
  8 +table .dropdown span{
9 9 color: #000000;
10 10 }
11   -.dropdown-toggle{
  11 +table .dropdown-toggle{
12 12 cursor: pointer;
13 13 }
14   -.dropdown .fa{
  14 +table .dropdown .fa{
15 15 display: inline;
16 16 margin: 6px 6px;
17 17 }
18   -.dropdown-menu {
  18 +table .dropdown-menu {
19 19 min-width: 100px;
20 20 }
21   -.dropdown-menu > li {
  21 +table .dropdown-menu > li {
22 22 margin-bottom: 10px;
23 23 cursor: pointer;
24 24  
25 25 line-height: 1.5384616;
26 26 }
27   -.dropdown-menu > li:hover{
  27 +table .dropdown-menu > li:hover{
28 28 text-decoration: none;
29 29 color: #333333;
30 30 background-color: #f5f5f5;
31 31 }
32   -.dropdown-menu > li > span{
  32 +table .dropdown-menu > li > span{
33 33 padding: 6px 16px;
34 34 display: block;
35 35 }
... ...