Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
17332 Vistas

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
Mejor respuesta

You could add style like this

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

Cheers.

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
nov 24
19849
1
sept 23
2715
3
may 23
5371
7
abr 23
48661
1
dic 22
7556