Skip to Content
Menu
This question has been flagged
1 Reply
17348 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
19868
1
Sep 23
2737
3
May 23
5389
7
Apr 23
48671
1
Dec 22
7573