Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
17524 Zobrazení

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
Zrušit
Nejlepší odpověď

You could add style like this

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

Cheers.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
1
lis 24
20243
1
zář 23
3057
3
kvě 23
5661
7
dub 23
49037
1
pro 22
7881