-
-
Save trapier/3d35d827a692e30f3bfee1a17ea58c2b to your computer and use it in GitHub Desktop.
halp can't see sfdc 'cause the fonts just are so small
This file contains 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
/*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