Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
17483 Представления

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
20229
1
сент. 23
3038
3
мая 23
5640
7
апр. 23
49018
1
дек. 22
7876