Javascript boost/favorite button
This commit is contained in:
parent
f084952123
commit
d28efe54dd
4 changed files with 48 additions and 10 deletions
|
@ -395,7 +395,7 @@ blockquote {
|
|||
box-shadow: #247BA0 0em 0em 1em 0em;
|
||||
color: #247BA0;
|
||||
}
|
||||
.interaction button.active:hover .icon {
|
||||
.interaction .active button:hover .icon {
|
||||
color: #888;
|
||||
}
|
||||
.interaction button {
|
||||
|
@ -405,7 +405,7 @@ blockquote {
|
|||
padding: 0;
|
||||
color: #888;
|
||||
}
|
||||
.interaction button.active .icon {
|
||||
.interaction .active button .icon {
|
||||
color: #FF1654;
|
||||
}
|
||||
.interaction textarea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue