change color on hover on action buttons (#148)
This commit is contained in:
parent
c318be3aa2
commit
f90f41571b
@ -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%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user