From 29e460b9dcde50697f3c34e83a44c1b01d3fab60 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 13 Feb 2022 22:55:44 +0800 Subject: [PATCH] style: update dark theme style --- web/src/styles/antd/dark.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/src/styles/antd/dark.less b/web/src/styles/antd/dark.less index f5a380b4..984ef134 100644 --- a/web/src/styles/antd/dark.less +++ b/web/src/styles/antd/dark.less @@ -172,6 +172,10 @@ // 空状态 .ant-empty { + &.ant-empty-normal { + color: rgba(255, 255, 255, 0.65); + } + .ant-empty-img-default-ellipse { fill: #fff; fill-opacity: 0.08; @@ -250,6 +254,10 @@ border-bottom: 1px solid #303030; } + & > tr.ant-table-placeholder:hover > td { + background-color: rgba(255,255,255,0.2); + } + tr.ant-table-row:hover > td, tr > td.ant-table-cell-row-hover { background-color: rgba(255, 255, 255, 0.1);