تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
17489 أدوات العرض

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.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
نوفمبر 24
20232
1
سبتمبر 23
3041
3
مايو 23
5644
7
أبريل 23
49021
1
ديسمبر 22
7876