border_on.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. .paretoChart,
  35. .marimekkoChart,
  36. .scatterChart,
  37. .polarChart,
  38. .radarChart,
  39. .progressiveChart,
  40. .combinationChart,
  41. .metricsChart,
  42. .threeDCombinationChart,
  43. .threeDScatterChart,
  44. .bubbleChart,
  45. .chartTitle,
  46. .v2_chartTitle,
  47. .v2_chartSubTitle,
  48. .v2_chartFooter,
  49. .chartSubTitle,
  50. .chartFooter,
  51. .legendTitle,
  52. .axisTitle,
  53. .total,
  54. .cumulationLabel,
  55. .diamondLabel,
  56. .toleranceLabel,
  57. .targetLabel,
  58. .noDataHandler,
  59. .TOC,
  60. .marimekkoChart,
  61. .winLossChart,
  62. .v2_pieChart,
  63. .v2_combinationChart,
  64. .v2_paretoChart,
  65. .v2_gaugeChart,
  66. .v2_progressiveChart,
  67. .v2_bulletChart,
  68. .v2_scatterChart,
  69. .v2_bubbleChart,
  70. .viz,
  71. .appIFrame
  72. {
  73. border: 1px dashed var(--G2);
  74. }
  75. .appCard,
  76. .appDataCard,
  77. .appDataDefaultCard,
  78. .appDefaultCard,
  79. .appRepeaterTableCell
  80. {
  81. border: 1px dashed var(--primary1);
  82. }
  83. .crosstabCorner
  84. {
  85. border-top: 1px dashed var(--G2);
  86. border-left: 1px dashed var(--G2);
  87. }
  88. .pageHeader
  89. {
  90. border-bottom: 2px dashed var(--primary3);
  91. }
  92. .pageFooter
  93. {
  94. border-top: 2px dashed var(--primary3);
  95. }