Skip to content

Instantly share code, notes, and snippets.

@golimpio
Created October 2, 2014 14:01
Show Gist options
  • Save golimpio/ad3dd6227bbf06164836 to your computer and use it in GitHub Desktop.
Save golimpio/ad3dd6227bbf06164836 to your computer and use it in GitHub Desktop.
Thunderbird conversations tweak - cloned from: https://github.com/ryanlerch/thunderbird-stylish-clean
@-moz-document url(chrome://conversations/content/stub.xhtml) {
body {
background-color: #f5f5f5 !important;
padding: 0 !important;
}
#messageList {
}
#conversationHeaderWrapper {
}
.message {
padding: 0 !important;
box-shadow: none !important;
border-width: 0 0 1px !important;
border-radius: 0 !important;
margin: 0 !important;
background: white !important;
}
.message:last-child {
margin-bottom: 8px !important;
}
.message.collapsed {
height: 2.4em !important;
border-radius: 0px !important;
border-bottom: 1px solid #ddd !important;
background: #f9f9f9 !important;
box-shadow: none;
}
.message.collapsed .snippet {
/*padding-left: 1ex !important;*/
opacity: 0.6;
}
.star {
margin: 0 1ex 0 0 !important;
}
pre {
display: none;
}
.iframe-container {
padding: 0 22px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment