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
Justin Gray 2016-01-17 14:37:18 -06:00
parent 84d21ab655
commit 2ff2cbd1ca
1 changed files with 1 additions and 0 deletions

1
static/css/main.css vendored
View File

@ -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;