mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixed table header sort icons
This commit is contained in:
parent
7b6e2086eb
commit
4926972167
@ -2893,4 +2893,11 @@ display: inline-block;
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
min-height: 30px;
|
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 }
|
||||||
|
@ -785,4 +785,11 @@ display: inline-block;
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
min-height: 30px;
|
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 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user