hal_webkit.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: hal
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. *
  8. {
  9. -webkit-box-sizing: border-box;
  10. box-sizing: border-box;
  11. }
  12. BUTTON.clsXButton_active,
  13. BUTTON.clsXButton_inactive,
  14. BUTTON.clsXButton_hover,
  15. BUTTON.clsXButtonInfo_active,
  16. BUTTON.clsXButtonInfo_inactive,
  17. BUTTON.clsXButtonInfo_hover
  18. {
  19. padding: 0px;
  20. border-width: 0px;
  21. }
  22. IMG
  23. {
  24. -webkit-box-sizing: content-box;
  25. box-sizing: content-box;
  26. padding: 0px !important;
  27. -webkit-touch-callout: none;
  28. }
  29. TABLE.clsCenteredTable
  30. {
  31. margin: 0px auto 0px auto;
  32. text-align: left;
  33. }
  34. TABLE.clsRightAlignedTable
  35. {
  36. margin: 0px 0px 0px auto;
  37. text-align: left;
  38. }
  39. TABLE
  40. {
  41. empty-cells: hide;
  42. }
  43. *[HAL_disabled="true"],
  44. *[HAL_disabled="true"] *
  45. {
  46. color: graytext !important;
  47. }
  48. TD.clsComboBoxArrow,
  49. TD.clsComboBoxArrow_down,
  50. TD.clsComboBoxArrow_disabled
  51. {
  52. width: 15px;
  53. }
  54. TD.clsComboBoxArrow,
  55. TD.clsComboBoxArrow_disabled
  56. {
  57. background-position: 1px 1px;
  58. }
  59. TD.clsComboBoxArrow_down
  60. {
  61. background-position: 3px 3px;
  62. }
  63. IMG.clsCursorFaded
  64. {
  65. opacity: 0.5;
  66. }
  67. DIV.clsLightbox
  68. {
  69. opacity: 0.5;
  70. }
  71. TD.clsModalDlgResizer
  72. {
  73. text-align: -webkit-right;
  74. }
  75. TD.clsResizeButtonContainer
  76. {
  77. text-align: -webkit-center;
  78. }
  79. BUTTON.clsDlgButton,
  80. BUTTON.clsDlgButton_hover
  81. {
  82. min-width: 75px;
  83. }
  84. DIV.clsSliderTrack
  85. {
  86. -webkit-border-radius: 3px 3px 3px 3px;
  87. }
  88. DIV.clsSliderHandle,
  89. DIV.clsSliderHandle_hover
  90. {
  91. -webkit-border-radius: 2px 2px 2px 2px;
  92. -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  93. }
  94. DIV.clsSliderLabel
  95. {
  96. text-shadow: 0px 1px 1px #CCCCCC;
  97. }
  98. DIV.clsSliderHandleTooltip
  99. {
  100. -webkit-border-radius: 2px 2px 2px 2px;
  101. text-shadow: 0px 1px 1px #CCCCCC;
  102. }
  103. TEXTAREA
  104. {
  105. resize: none;
  106. }