* adjust the value of z-index for css class fixedTheadOfList.
This commit is contained in:
@@ -699,7 +699,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
|
||||
|
||||
.fixedTfootAction {position: fixed; bottom: 40px; box-shadow: 0 -3px 4px rgba(0,0,0,0.05)}
|
||||
.table > .fixedTfootAction > tr > td {background: #F8FAFE; border-top-color: #bbb; border-bottom: none}
|
||||
.fixedTheadOfList {position: fixed; top: 0px; z-index:10000;}
|
||||
.fixedTheadOfList {position: fixed; top: 0px; z-index:1000;}
|
||||
.datatable.head-fixed > .datatable-head .table > thead > tr > th, .fixedTheadOfList > thead > tr > th {background-color: #114f8e; border-bottom-color: #bbb; color: #aaa}
|
||||
.tablesorter.fixedTheadOfList thead tr .headerSortUp > a:after,
|
||||
.tablesorter.fixedTheadOfList thead tr .headerSortDown > a:after,
|
||||
|
||||
Reference in New Issue
Block a user