Bootstrap table without stripe / borders

后端 未结 16 938
天命终不由人
天命终不由人 2020-12-12 11:54

I\'m kinda stuck with a CSS problem while using Bootstrap. I\'m also using Angular JS with Angular UI.bootstrap (which might be part of the problem).

I\'m making a w

16条回答
  •  孤城傲影
    2020-12-12 11:58

    similar to the rest, but more specific:

        table.borderless td,table.borderless th{
         border: none !important;
    }
    

提交回复
热议问题