1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-07-29 04:51:15 +02:00

Missing select all feature ? #234

This commit is contained in:
Prasath Mani
2019-10-01 16:20:30 +05:30
parent c76a3a2fc5
commit 29ca36a18b

View File

@@ -3135,7 +3135,6 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
vertical-align: middle !important; vertical-align: middle !important;
} }
.table .custom-checkbox-td .custom-control.custom-checkbox, .table .custom-checkbox-header .custom-control.custom-checkbox { .table .custom-checkbox-td .custom-control.custom-checkbox, .table .custom-checkbox-header .custom-control.custom-checkbox {
padding: 0;
min-width: 18px; min-width: 18px;
} }
.table-sm td, .table-sm th { padding: .4rem;} .table-sm td, .table-sm th { padding: .4rem;}