From 2ff2cbd1cae6c0a967de7498a080686b3fef1a4c Mon Sep 17 00:00:00 2001 From: Justin Gray Date: Sun, 17 Jan 2016 14:37:18 -0600 Subject: [PATCH] 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. --- static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/main.css b/static/css/main.css index 3a48879e..631014fe 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -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;