Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想标题说明了一切。我一直在阅读汉堡菜单(出现在最小化菜单上的三行)是如何过时的,但是任何人都可以告诉我一种方法,我可以将三行更改为另一种形状,也许是 V 形?
您可以通过替换来更改图标:
<span class="icon-bar"></span>
像这样:
<span class="glyphicon glyphicon-play"></span>
这是一个显示这个的小提琴:
http://jsfiddle.net/edencorbin/gkssyqy9/