From fbd82f1d7c5e2b5b121d7d74496befda6a7bcae2 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 26 Jul 2021 08:59:47 +0800 Subject: [PATCH] * Modify icon-product color. --- module/product/css/all.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/product/css/all.css b/module/product/css/all.css index 13db8c8a15..266a78f19a 100644 --- a/module/product/css/all.css +++ b/module/product/css/all.css @@ -42,7 +42,7 @@ th.table-nest-title .sort-up {padding-left: 5px;} th.table-nest-title .sort-down {padding-left: 5px;} th .check-all {left: -16px;} -#productTableList .icon-product:before {content: '\e98f'; width: 22px; height: 22px; background: none; color: #16a8f8; top: 0; line-height: 22px; margin-right: 2px; font-size: 14px;} +#productTableList .icon-product:before {content: '\e98f'; width: 22px; height: 22px; background: none; color: rgb(166, 170, 184); top: 0; line-height: 22px; margin-right: 2px; font-size: 14px;} .table.has-sort-head thead>tr>th>a:after, .table.has-sort-head thead>tr>th>a:before {top: -3px;} .main-table thead>tr>th {padding: 0px 8px; line-height: 24px;}