css - 在 Bootstrap 选择上应用样式

标签 css twitter-bootstrap select drop-down-menu html-select

如何在 Bootstrap Select 选项上应用样式?

enter image description here

最佳答案

通过定位任何内部类。

enter image description here

例如:

.dropdown-menu a{ font-weight: bold; }

关于css - 在 Bootstrap 选择上应用样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42813738/

相关文章:

html - 动态更改元素 css 属性

css - 使用 HAML (Rails 3.2 + Bootstrap + HAML) 在 f.label 旁边放置纯文本

css - Bootstrap 移动应用程序按钮大小

javascript如何运行相同的功能onLoad和onChange

jquery - 使 div 看起来与 anchor 标记平行 - onclick

css - Firefox Mobile 特定的 CSS

html - 是否可以在 html 文档的 <head> 中渲染 &lt;title&gt; 元素并设置其样式?

javascript - 如何使用弹出窗口内的按钮关闭弹出窗口?

javascript - 两个选择选项上的多个更改

java - Java 中的多线程不考虑套接字超时?