From 8f99d8e1b3685e96a8b8515ab0649cbd8928b4e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=BB=B6=E4=B9=89?= Date: Fri, 14 Oct 2022 08:44:14 +0800 Subject: [PATCH] * Modify dividing line style. --- www/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9b8fbde305..d09d697a4b 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -151,3 +151,4 @@ td.delayed > span {display: inline-block; height: 20px; line-height: 18px; backg .table .is-nest-child {background: #F8F8F8;} .table tbody td.has-child .icon-angle-right {color: #838a9d;} .table.has-sort-head thead > tr > th:last-child {padding-right: 8px;} +tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline-block; vertical-align: middle; background: #F4F5F7; margin: 0 4px 0 0;}