QSRVSelection.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. .primarySelection
  18. {
  19. background-image: url("../../../common/images/selection_primary.gif");
  20. }
  21. .secondarySelection
  22. {
  23. background-image: url("../../../common/images/selection_secondary.gif");
  24. }
  25. .secondarySelectionRegion
  26. {
  27. position:absolute;
  28. display:block;
  29. visibility:visible;
  30. opacity:0.5;
  31. filter:alpha(opacity=50);
  32. z-index:-1;
  33. background-image: url("../../../common/images/selection_secondary.gif");
  34. }
  35. .hoverSelection
  36. {
  37. color: white !important;
  38. background-color: #A4BED2 !important;
  39. }
  40. .cutSelection
  41. {
  42. color: #666666 !important;
  43. background-color: #CCCCCC !important;
  44. }
  45. .cutSelectionRegion
  46. {
  47. position:absolute;
  48. display:block;
  49. visibility:visible;
  50. opacity:0.5;
  51. filter:alpha(opacity=50);
  52. color: #666666 !important;
  53. z-index:0;
  54. background-color: #CCCCCC !important;
  55. }