change color on hover on action buttons (#148)

This commit is contained in:
Frank Taillandier 2017-05-07 19:41:29 +02:00 committed by Nicolas Perriault
parent c318be3aa2
commit f90f41571b

View File

@ -247,14 +247,20 @@ li.load-more {
box-shadow: none;
}
.actions > .btn:hover > .glyphicon-star,
.actions .favourited {
color: #d1ac0e;
}
.actions > .btn:hover > .glyphicon-fire,
.actions .reblogged {
color: #d56344;
}
.actions > .btn:hover > .glyphicon-share-alt,
.actions > .btn-delete:hover {
color: #fff;
}
.btn-delete .glyphicon {
font-size: 80%;
}