我想更改图标颜色。不是背景颜色。我的html代码:
<i class="icon-large icon-3x icon-arrow-up go-top" style="color:#eee;"></i>
CSS:
.go-top {
position: fixed;
bottom: 1em;
right: 1em;
text-decoration: none;
color: #fff;
font-size: 13px;
padding: 1em;
}
i.go-top:hover{
border-color:red;}
更改悬停时图标的颜色。