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
1 body 1 body
2 { 2 {
3 background: -webkit-linear-gradient(#00b395, #00cdaa); 3 background: -webkit-linear-gradient(#00b395, #00cdaa);
4 background: -o-linear-gradient(#00b395, #00cdaa); 4 background: -o-linear-gradient(#00b395, #00cdaa);
5 background: linear-gradient(#00b395, #00cdaa); 5 background: linear-gradient(#00b395, #00cdaa);
6 } 6 }
7 7
8 .dropdown span{ 8 table .dropdown span{
9 color: #000000; 9 color: #000000;
10 } 10 }
11 .dropdown-toggle{ 11 table .dropdown-toggle{
12 cursor: pointer; 12 cursor: pointer;
13 } 13 }
14 .dropdown .fa{ 14 table .dropdown .fa{
15 display: inline; 15 display: inline;
16 margin: 6px 6px; 16 margin: 6px 6px;
17 } 17 }
18 .dropdown-menu { 18 table .dropdown-menu {
19 min-width: 100px; 19 min-width: 100px;
20 } 20 }
21 .dropdown-menu > li { 21 table .dropdown-menu > li {
22 margin-bottom: 10px; 22 margin-bottom: 10px;
23 cursor: pointer; 23 cursor: pointer;
24 24
25 line-height: 1.5384616; 25 line-height: 1.5384616;
26 } 26 }
27 .dropdown-menu > li:hover{ 27 table .dropdown-menu > li:hover{
28 text-decoration: none; 28 text-decoration: none;
29 color: #333333; 29 color: #333333;
30 background-color: #f5f5f5; 30 background-color: #f5f5f5;
31 } 31 }
32 .dropdown-menu > li > span{ 32 table .dropdown-menu > li > span{
33 padding: 6px 16px; 33 padding: 6px 16px;
34 display: block; 34 display: block;
35 } 35 }
36 36