QSSelection.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. @charset "UTF-8";
  2. /****************************************************************
  3. ** Licensed Materials - Property of IBM
  4. **
  5. ** BI and PM: qs
  6. **
  7. ** (C) Copyright IBM Corp. 2001, 2017
  8. **
  9. ** US Government Users Restricted Rights - Use, duplication or
  10. ** disclosure restricted by GSA ADP Schedule Contract with
  11. ** IBM Corp.
  12. *****************************************************************/
  13. /*
  14. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  15. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  16. */
  17. .headerMouseover
  18. {
  19. color: #ffffff !important;
  20. background-color: #336699 !important;
  21. }
  22. .headerSelected
  23. {
  24. color: #ffffff !important;
  25. background-color: #cc9900 !important;
  26. }
  27. .headerCut
  28. {
  29. color: #666666 !important;
  30. background-color: #CCCCCC !important;
  31. }
  32. .dataCut
  33. {
  34. color: #666666 !important;
  35. }
  36. .dataSelected
  37. {
  38. background-color: #fbefd6 !important;
  39. }
  40. .crosstabCornerMouseover
  41. {
  42. color: black !important;
  43. }
  44. .crosstabCornerSelected
  45. {
  46. color: #ffffff !important;
  47. background-color: #cc9900 !important;
  48. }