mirror of https://github.com/gophish/gophish
A few style tweaks
parent
12975bf0c3
commit
b9995456c2
|
@ -374,6 +374,9 @@ table.dataTable thead .sorting_desc:after {
|
|||
content: "\f0dd" !important;
|
||||
opacity: .8 !important;
|
||||
}
|
||||
td.details-control{
|
||||
cursor:pointer;
|
||||
}
|
||||
.timeline{
|
||||
text-align:left;
|
||||
background-color:#ffffff;
|
||||
|
@ -445,7 +448,8 @@ table.dataTable thead .sorting_desc:after {
|
|||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.timeline-event-table{
|
||||
.timeline-event-results{
|
||||
font-size:16px;
|
||||
display:none;
|
||||
}
|
||||
.tooltip-inner {
|
||||
|
|
Loading…
Reference in New Issue