Skip to content

Instantly share code, notes, and snippets.

@schubev
Last active December 31, 2016 13:40
Show Gist options
  • Save schubev/1fee8200081e9fdd73e01d8aa994014d to your computer and use it in GitHub Desktop.
Save schubev/1fee8200081e9fdd73e01d8aa994014d to your computer and use it in GitHub Desktop.
Protonmail stylesheet
/* For Protonmail v3.6.9 */
/* More compact inbox */
.conversation {
height: 50px;
}
.conversation .pm_labels {
bottom: 6px !important;
}
.conversation .top.row {
padding-top: 5px;
}
.conversation .bottom.row {
margin-top: -5px;
}
.conversation > div {
padding: 0 10px;
height: 20px;
}
/* Alternate color for stars */
.fa-star {
color: rgb(230, 192, 76) !important;
}
/* More compact label chooser */
.labelDropdown .scrollbox {
max-height: 80vh;
}
.labelDropdown.scrollbox li {
height: 24px;
}
#tour-label-dropdown > span:nth-child(2) {
padding-top: 7px;
}
/* Uppercase labels, consistent with the app */
.pm_labels label {
text-transform: uppercase;
}
/* Dark toolbar */
.pm_toolbar {
background-color: #6a6f7c;
color: #e0e3ec;
}
.pm_buttons > a {
color: #e0e3ec;
}
nav#pm_toolbar-desktop .pm_buttons.disabled {
display: none !important;
}
nav#pm_toolbar-desktop .pm_dropdown,
nav#pm_toolbar-desktop .pm_trigger.active {
color: #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment