CSS for .notify.info is styled with red bold background color, making it difficult to read the text message.

XMLWordPrintable

    • 2

      Issue Summary

      In Jira DC 10.3.x CSS for .notify.info is styled with red bold background coler, making it difficult to read the text message. In Jira DC 9.12.x, background is blue in color which is much more readable.

      Steps to Reproduce

      1. In System -> General Configuration: Set "Enable HTML in field descriptions and list item values" to ** true.
      2. In Field Configuration of Description set
        <div class="notify info">Validation of Jira upgrade with the Style class Info</div>
      1. When we create an issue, we find notification for Description box in Red Bold background.

      Expected Results

      • Message should be readable clearly. In Jira DC 9.12.x, this work fine.

      Actual Results

      Workaround

      Add this css style to announcement banner. Note: Here background-image path may be different base on user-setup. We can get image path if we inspect css using dev-tools for original notification message.

      <style>
      .notify.info {
          background-color: #e0efff;
          background-image: url("/s/b38mls/9120019/1dlckms/1.0/_/download/resources/jira.webresources:global-static/../../../images/icons/icon-information.png");
          border-color: #9eb6d4;
          padding-left: 2.5em;
      }
      </style> 
      

            Assignee:
            Unassigned
            Reporter:
            Chandra Shekhar Pandey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: