Skip to content

Instantly share code, notes, and snippets.

@golimpio
Created October 2, 2014 14:00
Show Gist options
  • Save golimpio/1a18e99e403e1ce90e67 to your computer and use it in GitHub Desktop.
Save golimpio/1a18e99e403e1ce90e67 to your computer and use it in GitHub Desktop.
Thunderbird main UI tweaks - cloned from https://github.com/ryanlerch/thunderbird-stylish-clean
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
treechildren::-moz-tree-row {
padding: 0 !important;
height: 1.65em !important;
outline: 0 !important
}
treechildren::-moz-tree-cell-text(unread) {
font-weight: bold!important;
}
treechildren::-moz-tree-cell-text(read) {
opacity: 0.8;
}
treechildren::-moz-tree-cell-text(hasUnread) {
font-weight: bold!important;
text-decoration: none!important;
opacity: 0.95;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment