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
@ -2894,3 +2894,10 @@ 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 }
|
||||||
|
@ -786,3 +786,10 @@ 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