Created
September 10, 2014 23:15
-
-
Save christydennison/3780eb80b8653bdff75e to your computer and use it in GitHub Desktop.
Slack colors for bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .light_theme .message.show_user { | |
| border-top: 1px solid #ccc; | |
| padding-left: 10px; | |
| padding-top: 0.5rem; | |
| } | |
| .light_theme .message { | |
| padding-top: 0; | |
| padding-left: 10px; | |
| } | |
| .light_theme .message_sender { | |
| font-weight: lighter; | |
| color: #ddd !important; | |
| } | |
| #msgs_div .message.show_user:not(.hidden):nth-of-type(even) { | |
| background-color: #FDFDFD; | |
| } | |
| .message .mention { | |
| font-weight: bold; | |
| } | |
| .member_preview_link { | |
| display: none; | |
| } | |
| #im-list li.member.active .presence.active i.presence_icon, #starred-list li.member.active .presence.active i.presence_icon, #im-list li.member.active .slackbot_icon, #starred-list li.member.active .slackbot_icon { | |
| color: #60D156 !important; | |
| } | |
| .light_theme .message:not(.show_user) .message_star_holder { | |
| display: none !important; | |
| } | |
| .light_theme .message:not(.show_user):hover .timestamp { | |
| display: none !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment