custom.css
823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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;
}
span.logout {
background-color: #1a222f;
border-color: #ffffff;
color: #fff;
cursor: pointer;
}
button.close span{
font-size: 24px;
color: black;
}
.panel-body{
max-height: 550px;
overflow-y: scroll;
}