QSRVDialog.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  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. .clsDialogButtonOver
  18. {
  19. height: 22px;
  20. border: 1px solid #666699;
  21. background-color: #cccce3;
  22. cursor: hand;
  23. }
  24. .clsTextDisable
  25. {
  26. color: #808080;
  27. }
  28. .clsFilterSelected
  29. {
  30. background-color: #e8ecf4;
  31. }
  32. .clsFilterOperator
  33. {
  34. color: black;
  35. text-decoration: none;
  36. white-space: nowrap;
  37. cursor: pointer;
  38. cursor: hand;
  39. }
  40. .clsFilterRowIcon
  41. {
  42. border: 1px solid #cccccc;
  43. padding: 1px;
  44. cursor: pointer;
  45. cursor: hand;
  46. }
  47. .clsFilterSelected .clsFilterRowIcon
  48. {
  49. border: 1px solid #666699;
  50. background-color: #cccce3;
  51. }
  52. .clsNullOptions
  53. {
  54. min-width: 250px;
  55. }
  56. .dialogButton
  57. {
  58. border: 1px solid #cccccc;
  59. padding: 2px;
  60. }
  61. .dialogButtonOver
  62. {
  63. border: 1px solid #666699;
  64. background-color: #cccce3;
  65. padding: 2px;
  66. cursor: pointer;
  67. cursor: hand;
  68. }
  69. .mainHeader3
  70. {
  71. background-color: #ffffff;
  72. }
  73. .clsMenu
  74. {
  75. display: inline;
  76. background-color: white;
  77. border: 2px outset threedhighlight;
  78. position:absolute;
  79. padding: 2px 2px 2px 2px;
  80. overflow: visible;
  81. cursor: default;
  82. left: 0px;
  83. top:0px;
  84. margin:0px;
  85. }
  86. .menuItem_normal
  87. {
  88. font-size: 70%;
  89. background-color: white;
  90. border: 1px solid white;
  91. color:blue;
  92. text-decoration: underline;
  93. }
  94. .menuItem_hover
  95. {
  96. font-size: 70%;
  97. background-color: #e8ecf4;
  98. border: 1px solid #99aacc;
  99. color:blue;
  100. text-decoration: underline;
  101. }
  102. .menuItem_pressed
  103. {
  104. font-size: 70%;
  105. background-color: #e8ecf4;
  106. border: 1px solid #ffffff;
  107. color:blue;
  108. text-decoration: underline;
  109. }
  110. .menuItem_disabled
  111. {
  112. font-size: 70%;
  113. background-color: white;
  114. border: 1px solid white;
  115. color:lightgrey;
  116. text-decoration: underline;
  117. }
  118. /* Color Picker Swatch */
  119. .colorSwatch
  120. {
  121. background-color: #e3e3e3;
  122. border: 1px solid;
  123. border-color: #cccccc;
  124. }
  125. /* Color Picker - used when 'white' is selected */
  126. .colorSwatchWhite
  127. {
  128. background-color: #ffffff;
  129. border: 1px solid;
  130. border-color: #000000;
  131. }
  132. /* Color Picker - used when no color has been selected */
  133. .colorSwatchDefault
  134. {
  135. background-color: #ffffff;
  136. border: 1px solid;
  137. border-color: #ffffff;
  138. }
  139. /* Used in the custom groups select boxes */
  140. #available_values,
  141. #group_names,
  142. #group_values
  143. {
  144. font-size: 8pt;
  145. }
  146. .includeButton
  147. {
  148. /* Filter dialog (include) menu style */
  149. font-size: 60%;
  150. border: 0px;
  151. color: #000000;
  152. font-family: Tahoma;
  153. background-color: #ffffff;
  154. cursor: pointer;
  155. cursor: hand;
  156. }
  157. .includeMenuItem_normal
  158. {
  159. /* Filter dialog (include) menuitem style */
  160. font-size: 70%;
  161. background-color: white;
  162. border: 1px solid white;
  163. color:blue;
  164. text-decoration: underline;
  165. }
  166. .includeMenuItem_hover
  167. {
  168. font-size: 70%;
  169. background-color: #e8ecf4;
  170. border: 1px solid #99aacc;
  171. color:blue;
  172. text-decoration: underline;
  173. }
  174. .includeMenuItem_pressed
  175. {
  176. font-size: 70%;
  177. background-color: #e8ecf4;
  178. border: 1px solid #ffffff;
  179. color:blue;
  180. text-decoration: underline;
  181. }