İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
17499 Görünümler

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
Vazgeç
En İyi Yanıt

You could add style like this

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

Cheers.

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Kas 24
20234
1
Eyl 23
3045
3
May 23
5648
7
Nis 23
49024
1
Ara 22
7877