QSRVSelection.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @charset "UTF-8";
  2. /*
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: Viewer
  5. (C) Copyright IBM Corp. 2001, 2012
  6. US Government Users Restricted Rights - Use, duplication or
  7. disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  8. */
  9. .primarySelection
  10. {
  11. background-image: url("../common/images/selection_primary.png");
  12. }
  13. .primarySelectionBoders
  14. {
  15. position : absolute;
  16. border : 1px solid #eb8032;
  17. display : none;
  18. }
  19. .secondarySelection
  20. {
  21. background-image: url("../common/images/selection_secondary.png");
  22. }
  23. .secondarySelectionRegion
  24. {
  25. position:absolute;
  26. display:block;
  27. visibility:visible;
  28. opacity:0.5;
  29. filter:alpha(opacity=50);
  30. z-index:-1;
  31. background-image: url("../../../common/images/selection_secondary.png");
  32. }
  33. .sortIconHidden
  34. {
  35. vertical-align:top;
  36. visibility:hidden;
  37. width:16px;
  38. height:18px;
  39. }
  40. .sortIconVisible
  41. {
  42. vertical-align:top;
  43. visibility:visible;
  44. width:16px;
  45. height:18px;
  46. }
  47. .sortIconOver
  48. {
  49. cursor: pointer;
  50. cursor: hand;
  51. }
  52. .hoverSelection
  53. {
  54. color: #000000 !important;
  55. background-color: #A4BED2 !important;
  56. }
  57. .cutSelection
  58. {
  59. color: #666666 !important;
  60. background-color: #CCCCCC !important;
  61. }
  62. .cutSelectionRegion
  63. {
  64. position:absolute;
  65. display:block;
  66. visibility:visible;
  67. opacity:0.5;
  68. filter:alpha(opacity=50);
  69. color: #666666 !important;
  70. z-index:0;
  71. background-color: #CCCCCC !important;
  72. }