cchl_prompt_10.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2019
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. [isPromptControl] .clsCCHLBoundingBox
  8. {
  9. background-color: #EAEAEA;
  10. }
  11. [isPromptControl] .clsCCHLSelectDateCalendarDialog
  12. {
  13. font-family: Arial, Tahoma, 'Arial Unicode MS', 'Andale WT', 'MS UI Gothic', Gulim, SimSun, PMingLiU, Raghu8, sans-serif;
  14. }
  15. [isPromptControl] .clsCCHLSelectDateCalendarDialog TABLE.clsCCHLSelectDateDialogTopTable,
  16. [isPromptControl] .clsCCHLSelectDateCalendarDialog TABLE.clsWeekDaySection,
  17. [isPromptControl] .clsCCHLSelectDateCalendarDialog TABLE.clsMonthSection
  18. {
  19. table-layout: auto;
  20. }
  21. [isPromptControl] .clsSelectWithSearch
  22. {
  23. min-width: 200px;
  24. }
  25. [isPromptControl].clsPromptComponent tr[prole="label"],
  26. [isPromptControl].clsPromptComponent tr[prole="input"]
  27. {
  28. height: 20px;
  29. }
  30. [isPromptControl].clsPromptComponent div > button,
  31. [isPromptControl] .clsPromptComponent div > button
  32. {
  33. margin: 0;
  34. }
  35. [isPromptControl] INPUT.clsTextBox
  36. {
  37. border: 1px solid #999999;
  38. background-color: white;
  39. color: #222222;
  40. height: 22px !important;
  41. padding-left: 1px;
  42. padding-right: 0;
  43. }
  44. [isPromptControl] TEXTAREA.clsTextBox
  45. {
  46. border: 1px solid #999999;
  47. background-color: white;
  48. color: #222222;
  49. padding-left: 1px;
  50. padding-right: 0;
  51. }
  52. [isPromptControl] INPUT.clsTextBox.clsCCHLSelectDateYearEditBox
  53. {
  54. font-size: 13px;
  55. }
  56. [isPromptControl] INPUT.clsTextBox.clsCCHLSelectDateYearEditBox,
  57. [isPromptControl][specname="selectDateTime"],
  58. [isPromptControl] .clsListView,
  59. [isPromptControl] .clsDialogText,
  60. [isPromptControl] INPUT,
  61. [isPromptControl] .clsHyperlink
  62. {
  63. font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "MS UI Gothic", Gulim, SimSun, PMingLiU, Raghu8, "Arial Unicode MS", "Andale WT", sans-serif;
  64. }
  65. [isPromptControl] INPUT,
  66. [isPromptControl] .clsHyperlink
  67. {
  68. font-size: 14px;
  69. }
  70. [isPromptControl] DIV.clsListViewReportView
  71. {
  72. line-height: normal;
  73. }
  74. [isPromptControl] DIV.clsListViewReportView .clsListItem
  75. {
  76. cursor: default;
  77. border-left-width: 0;
  78. padding-left: 0;
  79. }
  80. [isPromptControl] DIV.clsListViewReportView .clsListItem_selected
  81. {
  82. background-color: #ddf2f9;
  83. }
  84. [isPromptControl] DIV.clsListViewReportView .clsListItem_hover
  85. {
  86. background-color: #cce8f2;
  87. }
  88. [isPromptControl] DIV.clsListViewRadioView .clsListItem
  89. {
  90. margin-bottom: 0;
  91. }
  92. [isPromptControl] DIV.clsListViewRadioView SPAN.clsListItemLabel
  93. {
  94. margin-left: 0 !important;
  95. padding-left: 2px !important;
  96. }
  97. [isPromptControl] DIV.clsListViewCheckboxView DIV.clsListItem
  98. {
  99. margin-bottom: 0;
  100. }
  101. [isPromptControl] DIV.clsListViewCheckboxView[style*="direction:rtl"] IMG.clsListViewCheckboxImg
  102. {
  103. margin-left: 2px !important;
  104. }
  105. [isPromptControl] DIV.clsListViewCheckboxView IMG.clsListViewCheckboxImg
  106. {
  107. margin-right: 2px !important;
  108. }
  109. [isPromptControl] .clsCCHLClockDigits
  110. {
  111. font-size: 10px;
  112. color: black;
  113. }
  114. [isPromptControl] .clsHyperlink
  115. {
  116. color: #1F57A4;
  117. text-decoration: underline;
  118. }
  119. [isPromptControl] .clsLabel,
  120. [isPromptControl] .clsLabelSequence
  121. {
  122. font-size: inherit;
  123. padding-bottom: 0;
  124. }
  125. [isPromptControl] LABEL.clsRadioButton,
  126. [isPromptControl] LABEL.clsCheckbox
  127. {
  128. font-size: inherit;
  129. padding-left: 0;
  130. margin-top: 0;
  131. }
  132. [isPromptControl] LABEL.clsRadioButton > INPUT,
  133. [isPromptControl] LABEL.clsCheckbox > INPUT
  134. {
  135. display: inline-block;
  136. position: static;
  137. opacity: 1.0;
  138. height: auto;
  139. width: auto;
  140. }
  141. [isPromptControl] LABEL.clsRadioButton > SPAN:before,
  142. [isPromptControl] LABEL.clsRadioButton > SPAN:after,
  143. [isPromptControl] LABEL.clsCheckbox > SPAN:before,
  144. [isPromptControl] LABEL.clsCheckbox > SPAN:after
  145. {
  146. display: none !important;
  147. }
  148. [isPromptControl] TD.clsCCHLDatePickerButton
  149. {
  150. width: 32px;
  151. padding-left: 5px;
  152. }
  153. [isPromptControl] IMG.clsCCHLDatePickerButton
  154. {
  155. width: 25px;
  156. height: 20px;
  157. }
  158. [isPromptControl] IMG.clsCCHLDatePickerButton:hover
  159. {
  160. outline: 1px solid #336699;
  161. background-color: #e3e9f3;
  162. }
  163. BUTTON.clsSelectWithSearchSearchButton
  164. {
  165. background-color: #1F57A4;
  166. }
  167. BUTTON.clsSelectWithSearchSearchButton,
  168. INPUT.clsSelectWithSearchSearchText,
  169. .clsPromptSelectWithSearch .clsAdorment
  170. {
  171. border-color: #1F57A4;
  172. }
  173. LABEL.clsSelectWithSearchSelectAllLabel
  174. {
  175. color: #1F57A4;
  176. }
  177. .clsSpinnerText
  178. {
  179. color: #C0BFC0;
  180. }
  181. .clsSpinnerValue
  182. {
  183. border-top-color: #595859;
  184. border-bottom-color: #595859;
  185. }
  186. .clsSpinnerButtonUp::after
  187. {
  188. border-top-color: #1F57A4;
  189. border-left-color: #1F57A4;
  190. }
  191. .clsSpinnerButtonDown::after
  192. {
  193. border-bottom-color: #1F57A4;
  194. border-right-color: #1F57A4;
  195. }