From 7feb0e5aaa355a83303a8253ddd0a115fe06edc8 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Mon, 12 Aug 2019 15:21:46 +0800 Subject: [PATCH] =?UTF-8?q?style(bootstrap-table):=20=E5=BE=AE=E8=B0=83?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E8=A1=A8=E6=A0=BC=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 33edd004..4244e69c 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -675,6 +675,10 @@ input.pending { padding: 1px 5px; } + .bootstrap-table .fixed-table-container .table tbody tr.selected td { + background-color: rgba(0, 0, 0, 0.03); + } + .bootstrap-table .fixed-table-container .table.table-sm tbody td { padding: 0.3rem; }