mirror of https://github.com/gophish/gophish
added support for document tracking
parent
ac5bcb4a78
commit
34cd3d8760
|
@ -226,6 +226,10 @@
|
|||
fill:#F39C12 !important;
|
||||
}
|
||||
|
||||
.ct-point-enabled {
|
||||
fill:#D9534F !important;
|
||||
}
|
||||
|
||||
.ct-point-opened {
|
||||
fill:#f9bf3b !important;
|
||||
}
|
||||
|
@ -338,6 +342,10 @@
|
|||
stroke:#F39C12!important;
|
||||
}
|
||||
|
||||
.ct-slice-donut.ct-slice-donut-enabled{
|
||||
stroke:#D9534F!important;
|
||||
}
|
||||
|
||||
.ct-slice-donut.ct-slice-donut-sending{
|
||||
stroke:#428bca !important;
|
||||
}
|
||||
|
@ -362,6 +370,10 @@
|
|||
background-color: #F39C12 !important;
|
||||
}
|
||||
|
||||
.ct-legend-enabled {
|
||||
background-color: #D9534F !important;
|
||||
}
|
||||
|
||||
.ct-legend-sending {
|
||||
background-color: #428bca !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue