* adjust the value of z-index for css class fixedTheadOfList.

This commit is contained in:
chenfeiCF
2016-04-15 15:33:35 +08:00
parent 7163898369
commit 91f4ecf2d8
+1 -1
View File
@@ -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,