コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
17500 ビュー

I'm using  the css class  .table table-bordered inside table in qweb-report.

 <table class="table table-bordered">                        

                              <thead>

                                  <tr> 

                                      <th class="text-center">Designation</th>

                                      <th class="text-center">Unit</th>

                                      <th class="text-center">Quantity</th>

                                   </tr>

.......

</table>

The default  border color of this class is gray, i want to change the border color of the table to black.

How can i do this.


Thanks

アバター
破棄
最善の回答

You could add style like this

<table class="table table-bordered" style="border-color:red;">

Cheers.

アバター
破棄
関連投稿 返信 ビュー 活動
1
11月 24
20234
1
9月 23
3045
3
5月 23
5648
7
4月 23
49024
1
12月 22
7877