Skip to Content
Menu
This question has been flagged
1 Reply
17512 Views

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

Avatar
Discard
Best Answer

You could add style like this

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

Cheers.

Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
20234
1
Sep 23
3050
3
May 23
5654
7
Apr 23
49028
1
Dec 22
7877