【发布时间】:2014-07-18 16:11:30
【问题描述】:
我有一个使用引导程序的 MVC5 应用程序。表列名称为黑色 在白色背景上,我想将其更改为蓝色背景和列 名字将是白色的,我该怎么做? 我试图玩 CSS 类但没有成功......
<input type="button" value="Add" onclick="addRow()" class="data-button" id="add-row" />
<table class="table" >
<tr>
<th>
@Html.DisplayNameFor(model => model.name)
</th>
<th>
@Html.DisplayNameFor(model => model.checkBox1)
</th>
<th></th>
</tr>
【问题讨论】:
标签: jquery css jquery-ui twitter-bootstrap