From 0c3bf8f7bc39936dfac63f48651b52ae603db73d Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 27 Oct 2022 13:28:40 +0800 Subject: [PATCH] * Code for bug #28846. --- www/theme/default/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index ceed6f6008..43aded488f 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -220,3 +220,5 @@ tbody tr td.c-actions .dividing-line {width: 1px; height: 16px; display: inline- .flow-block .footerbar span.label-success {background-color: #0DBB7D;} .flow-block .footerbar span.label-default {background-color: #9EA3B0;} .flow-block .footerbar span.label-warning {background-color: #313C52;} + +.btn.disabled i {color: #313c52;}