Skip to content

Instantly share code, notes, and snippets.

@akouryy
Last active November 4, 2015 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akouryy/2fb4b50174ef3f8ace96 to your computer and use it in GitHub Desktop.
Save akouryy/2fb4b50174ef3f8ace96 to your computer and use it in GitHub Desktop.
ふぁぼ(星ではない)
.icon-favorite-color, .is-favorite .icon-favorite-toggle {
color: #f1c933 !important;
}
.sprite {
background-image: url(http://akouryy.net/tweetdeck.png) !important;
}
.stream-item[data-key^=favorite_] .activity-header>.nbfc {
font-size: 0px !important;
}
.stream-item[data-key^=favorite_] .activity-header>.nbfc>a {
font-size: 15px !important;
}
.stream-item[data-key^=favorite_] .activity-header>.nbfc::after {
content: "favorited";
font-size: 15px !important;
padding-left: 5px;
}
.js-tweet-stat[data-type=favoriters] .stat-word {
font-size: 0px !important;
}
.js-tweet-stat[data-type=favoriters] .stat-word::after {
content: "FAV(S)";
font-size: 0.714286rem !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment