custom.css
663 Bytes
body
{
background: -webkit-linear-gradient(#00b395, #00b395);
background: -o-linear-gradient(#00b395, #00b395);
background: linear-gradient(#00b395, #00b395);
}
table .dropdown span{
color: #000000;
}
table .dropdown-toggle{
cursor: pointer;
}
table .dropdown .fa{
display: inline;
margin: 6px 6px;
}
table .dropdown-menu {
min-width: 134px;
}
table .dropdown-menu > li {
cursor: pointer;
}
table .dropdown-menu > li:hover{
text-decoration: none;
color: #333333;
background-color: #f5f5f5;
}
table .dropdown-menu > li > span{
padding: 6px 16px;
display: block;
}
.panel-body{
max-height: 550px;
overflow-y: scroll;
}