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.
所以我一直在使用 Bootmetro 模板,但我遇到了问题。您可以在此处查看演示,或在此处下载源代码。
问题是,当您将鼠标悬停在任何瓷砖上时,您会注意到出现了边框,就像蓝色一样。
好吧,我花了最后一个小时试图找到具有此设置的 javascript 或 css 文件,但我似乎找不到它。
我希望有人可能对 Bootmetro/css/javascript 有一些经验,并能指出我正确的方向。我要做的就是更改边框突出显示的颜色。
bootmetro-tiles.css 第 101 行:
.metro .tile:hover { outline: 3px solid #225A68; }
(萤火虫是你的朋友。)
.metro .tile:hover { outline: 3px #225a68 solid; }
第 101 行文件 Bootmetro-tiles.css
右键单击并检查元素