From 4926972167795fcf8e2320541dfc55dab188898f Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 22 Jan 2015 15:16:26 +0200 Subject: [PATCH] Fixed table header sort icons --- public/built.css | 9 ++++++++- public/css/style.css | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/public/built.css b/public/built.css index 3a34d5075929..e5cb7479a962 100644 --- a/public/built.css +++ b/public/built.css @@ -2893,4 +2893,11 @@ display: inline-block; position: relative; margin-top: 3px; min-height: 30px; -} \ No newline at end of file +} + +/* Hide bootstrap sort header icons */ +table.table thead .sorting:after { content: '' !important } +table.table thead .sorting_asc:after { content: '' !important } +table.table thead .sorting_desc:after { content: '' !important} +table.table thead .sorting_asc_disabled:after { content: '' !important } +table.table thead .sorting_desc_disabled:after { content: '' !important } diff --git a/public/css/style.css b/public/css/style.css index 3b4244fb5433..dccd9431d709 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -785,4 +785,11 @@ display: inline-block; position: relative; margin-top: 3px; min-height: 30px; -} \ No newline at end of file +} + +/* Hide bootstrap sort header icons */ +table.table thead .sorting:after { content: '' !important } +table.table thead .sorting_asc:after { content: '' !important } +table.table thead .sorting_desc:after { content: '' !important} +table.table thead .sorting_asc_disabled:after { content: '' !important } +table.table thead .sorting_desc_disabled:after { content: '' !important }