Fixed table header sort icons

This commit is contained in:
Hillel Coren 2015-01-22 15:16:26 +02:00
parent 7b6e2086eb
commit 4926972167
2 changed files with 16 additions and 2 deletions

View File

@ -2893,4 +2893,11 @@ display: inline-block;
position: relative;
margin-top: 3px;
min-height: 30px;
}
}
/* 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 }

View File

@ -785,4 +785,11 @@ display: inline-block;
position: relative;
margin-top: 3px;
min-height: 30px;
}
}
/* 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 }