irot_webkit.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: irot
  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. SPAN,
  8. A
  9. {
  10. display: inline-block;
  11. }
  12. SPAN[style*='display:inline'],
  13. SPAN[style*='display: inline'],
  14. A[style*='display:inline'],
  15. A[style*='display: inline']
  16. {
  17. display: inline-block !important;
  18. }
  19. *[style*='text-align:left'],
  20. *[style*='text-align: left']
  21. {
  22. text-align: -webkit-left !important;
  23. }
  24. *[style*='text-align:right'],
  25. *[style*='text-align: right']
  26. {
  27. text-align: -webkit-right !important;
  28. }
  29. *[style*='text-align:center'],
  30. *[style*='text-align: center']
  31. {
  32. text-align: -webkit-center !important;
  33. }
  34. DIV.clsHalScrollableBody,
  35. *[style*='overflow:auto'],
  36. *[style*='overflow: auto'],
  37. *[style*='overflow-y:auto'],
  38. *[style*='overflow-y: auto'],
  39. *[style*='overflow-x:auto'],
  40. *[style*='overflow-x: auto']
  41. {
  42. -webkit-overflow-scrolling: touch;
  43. }
  44. /*
  45. Firefox doesn't support writing mode yet.
  46. https://bugzilla.mozilla.org/show_bug.cgi?id=145503
  47. */
  48. *[style*='writing-mode:tb-rl'],
  49. *[style*='writing-mode: tb-rl']
  50. {
  51. -webkit-writing-mode: vertical-rl !important;
  52. }
  53. *[style*='writing-mode:lr-tb'],
  54. *[style*='writing-mode: lr-tb']
  55. {
  56. -webkit-writing-mode: horizontal-tb !important;
  57. }
  58. *
  59. {
  60. -webkit-tap-highlight-color: rgba(0,0,0,0);
  61. }
  62. BUTTON[specname='appButton']
  63. {
  64. -webkit-tap-highlight-color: rgba(0,0,0,0.3);
  65. }
  66. #spanStartupMessage
  67. {
  68. color:#555555;
  69. font-weight: bold;
  70. text-shadow: 0px 1px 1px #ffffff;
  71. }
  72. #divStartupBlocker
  73. {
  74. background-image: -webkit-gradient(radial,center center,0,center center,600,from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  75. background-color: #e2e3e4;
  76. }
  77. DIV.clsAppTooltip
  78. {
  79. background-color: rgba(255, 255, 255, 0.8);
  80. -webkit-border-radius: 5px 5px 5px 5px;
  81. -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  82. }
  83. TD.clsAppFrameCell:active
  84. {
  85. outline: 1px solid rgba(240, 166, 48, 0.3);
  86. background: url(images/selection.png) repeat;
  87. }
  88. TH.clsAppFrameCell2:active,
  89. TD.clsAppFrameCell2:active
  90. {
  91. outline: 1px solid rgba(240, 166, 48, 0.7);
  92. background-color: rgba(240, 166, 48, 0.1);
  93. }