Skip to content

Instantly share code, notes, and snippets.

@klydeinside
Created June 5, 2018 16:25
Show Gist options
  • Save klydeinside/94119c63ed4b660beca2174477f5cd6f to your computer and use it in GitHub Desktop.
Save klydeinside/94119c63ed4b660beca2174477f5cd6f to your computer and use it in GitHub Desktop.
MTC All White Background
document.body.style.backgroundColor = "white";
.div {
background: white;
font: red;
}
.messageContent {
background: white;
border: 1px #1496BB dashed;
font: red;
}
.navTabs {
background: white;
}
.inner-wrapper {
background: white;
}
.messageDetails {
background: white;
display: none;
}
.messageMeta ToggleTriggerAnchor {
align: middle;
}
.MultiQuoteControl JsOnly item control {
visibility: hidden;
}
.symbol {
visibility: hidden;
}
.messageText SelectQuoteContainer ugc baseHtml {
display: none;
}
.body {
text: red;
background: white;
}
.OverlayTrigger item control report {
display: none;
}
.pairsJustified {
display: none;
}
.quoteContainer {
display: none;
}
#uaThreadViewContainer{
display: none;
}
.breadcrumb {
display: none;
}
.footerLegal {
display: none;
}
.footerLinks {
display: none;
}
.quickReply message sectionMain {
background: white;
}
.uix_message {
background: white;
}
.sectionMain message {
background: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment