-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
56 lines (44 loc) · 1022 Bytes
/
style.css
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
47
48
49
50
51
52
53
54
55
56
html, body {
height: 100%;
background-color: #333;
}
#results {
display: none;
background: #343a40;
color: #fff;
padding: 25px;
margin-top: 20px;
}
#loading-message {
display: none;
}
table.dataTable tbody tr {
background-color: unset;
}
label {
color: #fff;
}
.dataTables_wrapper {
margin-top: 25px;
}
.list-group-item-dark {
color: #fff;
background-color: #3E444A;
}
#accordion {
margin-bottom: 20px;
}
.card {
background-color: #474D53;
}
.btn-link {
font-weight: 400;
color: #fff;
text-decoration: none;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
color: #fff !important;
}