custom.css 659 Bytes
body
{
  background:  -webkit-linear-gradient(#00b395, #00cdaa);
  background:  -o-linear-gradient(#00b395, #00cdaa);
  background:  linear-gradient(#00b395, #00cdaa);
}

table .dropdown span{
  color: #000000;
}
table .dropdown-toggle{
  cursor: pointer;
}
table .dropdown .fa{
  display: inline;
  margin: 6px 6px;
}
table .dropdown-menu {
    min-width: 100px;
}
table .dropdown-menu > li {
    margin-bottom: 10px;
    cursor: pointer;

    line-height: 1.5384616;
}
table .dropdown-menu > li:hover{
    text-decoration: none;
    color: #333333;
    background-color: #f5f5f5;
}
table .dropdown-menu > li > span{
  padding: 6px 16px;
  display: block;
}