<select class="form-control" id="widgets">
<option class="text-muted" style="color: grey;">Choose an option</option>
</select>
我的选择中有一个选项,我想将文本的颜色更改为灰色。我试过Bootstrap text_muted或css color:grey。都没有工作。我究竟做错了什么?
答案 0 :(得分:1)
对我来说很好看,也许你没有注意到它,因为单一选项的亮点看到这个改变:
<select class="form-control" id="widgets">
<option class="text-muted" style="color: white;">Choose an option</option>
<option class="text-muted" style="color: grey;">Choose an option</option>
</select>
答案 1 :(得分:0)
你好,似乎没有onlu bootstap调整颜色,但默认浏览器也适用它的风格。因此,您可以采取两种方式:严格选择器指向例如:real_time_random_walk_2D_NT(50, 6)
。第二种方法是在每次修改代码后删除引导程序中颜色的双重分配并清除浏览器缓存。它节省了大量时间。调整颜色:https://jsfiddle.net/0p2dk5ee/。