From cf02e1ad8089abc232bb8408f4b7bfce137f8657 Mon Sep 17 00:00:00 2001 From: Yagami Date: Mon, 20 Feb 2023 09:25:25 +0800 Subject: [PATCH] * Code for execution all list style. --- module/execution/css/all.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index 2b631af971..8fff4ddbdf 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -7,3 +7,5 @@ body {margin-bottom: 25px;} .table-footer .pager{z-index: 10} #myTable .scrollbar {z-index: 11} + +.dtable-cell-html a{color: #2463c7}