Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
17816 Vues

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
Ignorer
Meilleure réponse

You could add style like this

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

Cheers.

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
nov. 24
20774
1
sept. 23
3582
3
mai 23
6192
7
avr. 23
49569
1
déc. 22
8282