mirror of https://github.com/gophish/gophish
Changed Sortable Icon Color
Changed the color of the sortable icon back to the initial color. Adds a little more contrast to the enabled icon.pull/87/head
parent
84d21ab655
commit
2ff2cbd1ca
|
@ -362,6 +362,7 @@ table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after,
|
|||
}
|
||||
table.dataTable thead .sorting:after{
|
||||
content: "\f0dc" !important;
|
||||
color: initial;
|
||||
}
|
||||
table.dataTable thead .sorting_asc:after {
|
||||
content: "\f0de" !important;
|
||||
|
|
Loading…
Reference in New Issue