【发布时间】:2018-03-28 14:54:28
【问题描述】:
无论现在我如何设置这个样式,我都无法使用 Bootstrap 4 让图标以我想要的颜色出现在固定顶部导航栏中。我尝试了填充/颜色属性:
<script src="static/js/bootstrap.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="static/css/bootstrap.min.css" type="text/css" />
<nav class="navbar navbar-expand-sm navbar-dark fixed-top bg-dark">
<div class="navbar-brand">
<img style="fill:white; width:32px; height:32px;" src="static/images/si-glyph-disc-upload.svg" />
</div>
【问题讨论】:
标签: css twitter-bootstrap glyphicons