Skip to content

Instantly share code, notes, and snippets.

@kunev
Last active December 19, 2015 13:59
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 kunev/5966008 to your computer and use it in GitHub Desktop.
Save kunev/5966008 to your computer and use it in GitHub Desktop.
dark twitter theme fix for new tweet actions
.vellip, .vellip:before,
.vellip:after,
.conversation-module > li:after,
.conversation-module > li:before {
background-color: #4E9E20;
}
.conversation-module>li:after, .conversation-module>li:before {
width: 2px;
left: -10px;
}
.stream-item .new-tweets-bar {
color: #00bc00 !important;
box-shadow: 0 0 15px #00bc00 !important;
text-shadow: #00cc00;
}
.stream-item .new-tweets-bar:hover {
color: #00ff00 !important;
box-shadow: 0 0 15px #00ff00 !important;
}
.selected-stream-item:focus {
border-left: 1px solid #4E9E20;
border-right: 1px solid #4E9E20;
border-top: 1px solid #4E9E20;
border-bottom: 1px solid #4E9E20;
box-shadow: 0 1px 8px rgba(82,236,168,.6);
}
.stream .tweet:hover .tweet-actions,
.stream .stream-item.open .expanded-conversation .tweet-actions,
.stream .stream-item .tweet-actions,
.stream .stream-item.open .tweet-actions,
.stream .stream-item-activity .stream-item-footer .tweet-actions,
.stream .stream-item.open .expanded-conversation .original-tweet-container .tweet-actions {
background-color: inherit;
box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment