From 454d7d49423a6c44173fe35b6a086468b38cc210 Mon Sep 17 00:00:00 2001 From: Catouse Date: Tue, 8 Mar 2016 09:15:43 +0800 Subject: [PATCH] * change style in default theme for datatable. --- www/theme/default/style.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 3f97f9a26c..ed061fc34e 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -531,7 +531,8 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} .outer .table.table-data.table-borderless tbody > tr:last-child td, .outer .table.table-form tbody > tr:last-child td {border: none} .outer .table tfoot td {border-top: 1px solid #ddd} .outer .table tfoot .form-control {padding: 1px 8px; height: 30px} -.outer .table tfoot .btn {padding: 2px 6px; font-size: 13px; line-height: 20px;} +.outer .table tfoot .btn {padding: 2px 6px; font-size: 13px; line-height: 20px; } +.outer .table tfoot .btn:not(.btn-primary) {background-color: #FAFAFA; color: #036} .outer .table tfoot .btn > i {display: inline-block; margin-right: 1px; opacity: 0.8} .outer .table tfoot .datepicker-wrapper:before {top: 5px} .outer .table tfoot .form-control.form-date {width: 110px} @@ -685,8 +686,13 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} #searchbox {display: none} } -.fixedTfootAction{position: fixed; bottom: 40px; background: #fff;} +.fixedTfootAction{position: fixed; bottom: 40px; background: #fff; border-top: 1px solid #bbb} .fixedTheadOfList{position: fixed; top: 0px; z-index:10;} -#passwordStrength{display:none;} + .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} +