Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
17507 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

You could add style like this

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

Cheers.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лист. 24
20234
1
вер. 23
3048
3
трав. 23
5648
7
квіт. 23
49026
1
груд. 22
7877