Skip to Content
मेन्यू
This question has been flagged
1 Reply
17498 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
नव॰ 24
20234
1
सित॰ 23
3045
3
मई 23
5648
7
अप्रैल 23
49024
1
दिस॰ 22
7877