QSRVSelection.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. background-image: url("../../../common/images/selection_hover.gif");
  38. }
  39. .cutSelection
  40. {
  41. color: #999999 !important;
  42. background-color: #CCCCCC !important;
  43. }
  44. .cutSelectionRegion
  45. {
  46. position:absolute;
  47. display:block;
  48. visibility:visible;
  49. opacity:0.5;
  50. filter:alpha(opacity=50);
  51. color: #999999 !important;
  52. z-index:0;
  53. background-color: #CCCCCC !important;
  54. }