From 9d4a9a030bb93c72e2b6830ee2f9149e81730cbf Mon Sep 17 00:00:00 2001 From: p4snporwf <1295712548@qq.com> Date: Wed, 31 Dec 2025 13:46:44 +0800 Subject: [PATCH] ADD file via upload --- bootstrap-table-multiple-selection-row.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bootstrap-table-multiple-selection-row.css diff --git a/bootstrap-table-multiple-selection-row.css b/bootstrap-table-multiple-selection-row.css new file mode 100644 index 0000000..81da76b --- /dev/null +++ b/bootstrap-table-multiple-selection-row.css @@ -0,0 +1,17 @@ +.multiple-select-row-selected { + background: lightBlue +} + +.table tbody tr:hover td, +.table tbody tr:hover th { + background-color: transparent; +} + + +.table-striped tbody tr:nth-child(odd):hover td { + background-color: #F9F9F9; +} + +.fixed-table-container tbody .selected td { + background: lightBlue; +} \ No newline at end of file