1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- @charset "UTF-8";
- /****************************************************************
- ** Licensed Materials - Property of IBM
- **
- ** BI and PM: qs
- **
- ** (C) Copyright IBM Corp. 2001, 2017
- **
- ** US Government Users Restricted Rights - Use, duplication or
- ** disclosure restricted by GSA ADP Schedule Contract with
- ** IBM Corp.
- *****************************************************************/
- /*
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- */
- .headerMouseover,
- .headerSelected
- {
- color: black !important;
- background-color: #9999CC !important;
- }
- .headerCut
- {
- color: #666666 !important;
- background-color: #CCCCCC !important;
- }
- .dataCut
- {
- color: #666666 !important;
- }
- .dataSelected
- {
- background-color: #FFFFCC !important;
- }
- .crosstabCornerMouseover
- {
- color: black !important;
- }
- .crosstabCornerSelected
- {
- color: black !important;
- background-color: #FFFFCC !important;
- }
|