以下の内容はhttps://anton0825.hatenablog.com/entry/2016/06/14/000000より取得しました。


bootstrapのtableクラスのborder colorを変更する

th, tdのborder-topで定義されているので、これを上書きする。 以下のようなclassを定義してtableタグに付ければ良い。

.my-table td {
  border-top: solid 1px <color> !important;
}

全tableのborder colorを変更するには以下のようにする。

.table > thead > tr > th{
    border:1px solid blue;
}
.table > tbody > tr > td{
    border:1px solid blue;
}

参考:

stackoverflow.com




以上の内容はhttps://anton0825.hatenablog.com/entry/2016/06/14/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14