Created
June 5, 2018 16:25
-
-
Save klydeinside/94119c63ed4b660beca2174477f5cd6f to your computer and use it in GitHub Desktop.
MTC All White Background
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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