Skip to content

Instantly share code, notes, and snippets.

@benmarks
Created July 27, 2018 15:31
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 benmarks/2cf10e725bc3bc291cf4f19d4f039399 to your computer and use it in GitHub Desktop.
Save benmarks/2cf10e725bc3bc291cf4f19d4f039399 to your computer and use it in GitHub Desktop.
StyleBot for SAP Concur
#reportlistcard .x-grid3-row {
height: 2em;
overflow: hidden;
}
.x-menu-floating .x-menu-list {
overflow: scroll;
}
/* uniform height rows */
/* Red background for corporate card */
/*
img[src*="/Expense/Client/media/Gateway/FrogIcons/CreditCard_VI.gif"] {
background: #FF0000;
}
*/
/* Red background for Receipt Req'd */
div#ext-comp-1164 {
top: 30px;
}
img[src*="media/Gateway/ReceiptRequired.gif"] {
background: #FF0000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment