Created
July 27, 2018 15:31
-
-
Save benmarks/2cf10e725bc3bc291cf4f19d4f039399 to your computer and use it in GitHub Desktop.
StyleBot for SAP Concur
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
#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