Skip to content

Instantly share code, notes, and snippets.

@mkochendorfer
Last active May 30, 2017 19:44
Show Gist options
  • Save mkochendorfer/6b5a743afecc242b5e00f5c63d4668c1 to your computer and use it in GitHub Desktop.
Save mkochendorfer/6b5a743afecc242b5e00f5c63d4668c1 to your computer and use it in GitHub Desktop.
Flowdock userstyle.css
/* On OSX, place this at ~/Library/Application Support/Flowdock/userstyle.css */
/* Override default flow colors with P2 branding colors */
.flow-tab:nth-child(5n+1) .tab-avatar {
background: #fe7900 !important;
}
.flow-tab:nth-child(5n+2) .tab-avatar {
background: #febd3b !important;
}
.flow-tab:nth-child(5n+3) .tab-avatar {
background: #0e2e41 !important;
}
.flow-tab:nth-child(5n+4) .tab-avatar {
background: #4c4c4e !important;
}
.flow-tab:nth-child(5n) .tab-avatar {
background: #008eb0 !important;
}
/* Hide avatars from main chat list */
.chat-message-list .chat-message {
padding-left: 40px !important;
}
.chat-message-list .chat-message .avatar-container {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment