Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
17515 Visualizzazioni

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
Abbandona
Risposta migliore

You could add style like this

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

Cheers.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
nov 24
20236
1
set 23
3051
3
mag 23
5655
7
apr 23
49031
1
dic 22
7878