Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
17815 Visualizações

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
Cancelar
Melhor resposta

You could add style like this

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

Cheers.

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
nov. 24
20774
1
set. 23
3582
3
mai. 23
6192
7
abr. 23
49569
1
dez. 22
8282