border_on_override.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /*
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2015
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. .listColumnBody,
  8. .listColumnTitle,
  9. .rowCell,
  10. .crosstabCorner,
  11. .crosstabNodeMember,
  12. .crosstabSpacer,
  13. .crosstabFactCell,
  14. .tableCell,
  15. .singleton,
  16. .repeater,
  17. .repeaterTableCell,
  18. .block,
  19. .conditionalBlock,
  20. .conditionalBlockDefault,
  21. .fieldSetCaption,
  22. .hyperlink,
  23. .textBox,
  24. .selectValue,
  25. .selectDate,
  26. .selectTime,
  27. .selectInterval,
  28. .selectWithSearch,
  29. .selectWithTree,
  30. .selectDateTime,
  31. .pieChart,
  32. .gaugeChart,
  33. .mapChart,
  34. .marimekkoChart,
  35. .paretoChart,
  36. .scatterChart,
  37. .polarChart,
  38. .radarChart,
  39. .progressiveChart,
  40. .combinationChart,
  41. .metricsChart,
  42. .threeDCombinationChart,
  43. .threeDScatterChart,
  44. .bubbleChart,
  45. .chartTitle,
  46. .chartSubTitle,
  47. .chartFooter,
  48. .legendTitle,
  49. .axisTitle,
  50. .total,
  51. .cumulationLabel,
  52. .diamondLabel,
  53. .toleranceLabel,
  54. .targetLabel,
  55. .noDataHandler,
  56. .TOC,
  57. .winLossChart,
  58. .marimekkoChart,
  59. .v2_pieChart,
  60. .v2_combinationChart,
  61. .v2_paretoChart,
  62. .v2_gaugeChart,
  63. .v2_progressiveChart,
  64. .v2_bulletChart,
  65. .v2_scatterChart,
  66. .v2_bubbleChart,
  67. .viz,
  68. .appIFrame
  69. {
  70. border: 1px dashed var(--G2) !important;
  71. }
  72. .appCard,
  73. .appDataCard,
  74. .appDataDefaultCard,
  75. .appDefaultCard,
  76. .appRepeaterTableCell
  77. {
  78. border: 1px dashed var(--primary1) !important;
  79. }
  80. .crosstabCorner
  81. {
  82. border-top: 1px dashed var(--G2) !important;
  83. border-left: 1px dashed var(--G2) !important;
  84. }
  85. .pageHeader
  86. {
  87. border-bottom: 2px dashed var(--primary3) !important;
  88. }
  89. .pageFooter
  90. {
  91. border-top: 2px dashed var(--primary3) !important;
  92. }