From 8a43e8fd28190bb14f5bbaab232b9132aeca633e Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Mon, 8 Sep 2025 10:43:47 +0300 Subject: [PATCH] =?utf8?q?=D0=A0=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD?= =?utf8?q?=D0=B8=D0=B5=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/matrix-type/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erp24/views/matrix-type/index.php b/erp24/views/matrix-type/index.php index 87e2d5c3..0eba8940 100644 --- a/erp24/views/matrix-type/index.php +++ b/erp24/views/matrix-type/index.php @@ -73,7 +73,7 @@ $this->registerJsFile('/js/matrix-type/index.js', ['position' => \yii\web\View:: 'rowOptions' => function($model){ $options = []; if($model->parent_id == null){ - $options['style'] = 'border-top:2px solid #dcdcdc !important;'; + $options['style'] = 'border-top:2px solid #bbbbbb !important;'; } if ((int)$model->active === 0) { if (isset($options['style'])) { -- 2.39.5