跳至內容
選單
此問題已被標幟
1 回覆
4146 瀏覽次數

Please refer this picture. https://prnt.sc/ktdpm8  how to change the color of this box? 


Thanks in advance.


頭像
捨棄
最佳答案

Hello  Krishnapriya

You change color using override css/less .

Using override kanban view css/less and if you want to change only specify kanban view color than you create custom class and call your class on that view

.o_kanban_view .o_kanban_record {
    background-color: white; (Change this for change kanban view background color )
    box-shadow: 0px 0px 1px 1px #808080;
    padding: 8px 8px;
}

I think it's help you.


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
4
11月 22
36134
1
9月 22
4164
1
9月 18
9398
2
3月 18
5433
2
12月 24
2388