QSSelection.css 773 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. @charset "UTF-8";
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2001, 2011
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. */
  9. .headerMouseover
  10. {
  11. color: #ffffff !important;
  12. background-color: #336699 !important;
  13. }
  14. .headerSelected
  15. {
  16. color: #ffffff !important;
  17. background-color: #cc9900 !important;
  18. }
  19. .headerCut
  20. {
  21. color: #666666 !important;
  22. background-color: #CCCCCC !important;
  23. }
  24. .dataCut
  25. {
  26. color: #666666 !important;
  27. }
  28. .dataSelected
  29. {
  30. background-color: #fbefd6 !important;
  31. }
  32. .crosstabCornerMouseover
  33. {
  34. color: black !important;
  35. }
  36. .crosstabCornerSelected
  37. {
  38. color: #ffffff !important;
  39. background-color: #cc9900 !important;
  40. }