]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Разделение групп
authorVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 8 Sep 2025 07:43:47 +0000 (10:43 +0300)
committerVladimir Fomichev <vladimir.fomichev@erp-flowers.ru>
Mon, 8 Sep 2025 07:43:47 +0000 (10:43 +0300)
erp24/views/matrix-type/index.php

index 87e2d5c3cdeb3b6ab59b11be02f4e1ec19c2dbcd..0eba894030283853ef4bcd9f678e025df17429c4 100644 (file)
@@ -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'])) {