* change style for table fixed in scrolling.

This commit is contained in:
Catouse
2016-03-10 18:23:00 +08:00
parent 4fc1f5286b
commit 5f975e60ba
+11 -4
View File
@@ -686,13 +686,20 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;}
#searchbox {display: none}
}
.fixedTfootAction{position: fixed; bottom: 40px; background: #fff; border-top: 1px solid #bbb}
.fixedTheadOfList{position: fixed; top: 0px; z-index:10;}
.warning{color:red;}
.nofixed td{white-space:normal;}
#passwordStrength{display:none;}
.datatable.head-fixed > .datatable-head .table > thead > tr > th {background-color: #fff; border-bottom-color: #bbb}
.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}
.fixedTheadOfList {position: fixed; top: 0px; z-index:10;}
.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,
.tablesorter.datatable.head-fixed thead tr .headerSortUp > a:after,
.tablesorter.datatable.head-fixed thead tr .headerSortDown > a:after,
.datatable.head-fixed > .datatable-head .table > thead > tr > th a, .fixedTheadOfList > thead > tr > th a {color: #fff}
.datatable.head-fixed > .datatable-head .table > thead > tr > th .header a, .fixedTheadOfList > thead > tr > th .header a {color: #ccc}