更改内部切换导航按钮的颜色 bootstrap
change color of inner toggle nav button bootstrap
我想像这样更改内部切换导航按钮的颜色:http://i.imgur.com/0CCuTfp.jpg
我搜索了很多文章,但一无所获。
bootstrap 中的切换导航按钮是包裹在按钮对象中的 span。只需要更改那些跨度对象的背景颜色即可。
试试这个...
span.icon-bar {
background-color: red !important;
}
我想像这样更改内部切换导航按钮的颜色:http://i.imgur.com/0CCuTfp.jpg
我搜索了很多文章,但一无所获。
bootstrap 中的切换导航按钮是包裹在按钮对象中的 span。只需要更改那些跨度对象的背景颜色即可。
试试这个...
span.icon-bar {
background-color: red !important;
}