Skip to content

Instantly share code, notes, and snippets.

@trapier
Forked from squizzi/halp_cant_see_sfdc_stuff.css
Last active June 29, 2017 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trapier/3d35d827a692e30f3bfee1a17ea58c2b to your computer and use it in GitHub Desktop.
Save trapier/3d35d827a692e30f3bfee1a17ea58c2b to your computer and use it in GitHub Desktop.
halp can't see sfdc 'cause the fonts just are so small
/*Fix Pukey Colors on Case Tabs*/
.caseTab .tertiaryPalette,
.individualPalette .caseBlock .tertiaryPalette,
.layoutEdit .individualPalette .caseBlock .tertiaryPalette {
background-color: #36a0fe;
border-color: #015ba7;
}
.caseTab .primaryPalette,
.individualPalette .caseBlock .primaryPalette {
background-color: #1797c0;
border-color: #1797c0;
}
.caseTab .brdPalette {
border-top-color: #1797c0;
}
.caseTab .listViewport .subNav .linkBar,
.caseTab .mComponent .cHeader,
.caseTab .genericTable,
.caseTab .bSubBlock,
.caseTab .bPageBlock {
border-top: 3px solid #015ba7;
}
/*End fix crappy colors*/
/*Properly format white space in case comments*/
td.dataCell, #cas15_ileinner, td.dataCol {
margin-top: 12px ! important;
font-family: monospace;
white-space: pre-wrap;
font-size: small;
color: #222;
line-height: 1.35;
}
td.dataCell > b {
line-height: 2;
display: block;
width: 100%;
min-width: 100% !important;
}
br {
display: none;
}
textarea {
font-family: monospace;
white-space: pre-wrap;
font-size: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment