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 }