Skip to Content
Menú
This question has been flagged
1 Respondre
17353 Vistes

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
Descartar
Best Answer

You could add style like this

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

Cheers.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de nov. 24
19879
1
de set. 23
2741
3
de maig 23
5397
7
d’abr. 23
48675
1
de des. 22
7576