Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-32377

Jira Issue Collector Not Visible Due to CSS Injected

    XMLWordPrintable

Details

    Description

      NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.

      It seems that we found a problem with the CSS that is injected on the Issue Collector when using the Trigger style 'Subtle'. Please use https://www.thebrothersdeli.com as example. The .atlwdg-trigger class (bottom snippet) has the "color: white !important;" which is basically unreadable on a background color of #f5f5f5. The top level CSS tries to specify the correct background color #444444, however since the bottom CSS has the !important flag, it overrides any additional CSS.

      .atlwdg-trigger.atlwdg-SUBTLE

      { right: 0; bottom: 0; border: 1px solid #ccc; border-bottom: none; border-right: none; background-color: #f5f5f5; color: #444; font-size: 11px; padding: 6px; box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.5); border-radius: 2px 0 0 0; }
      

      .atlwdg-trigger

      { position: fixed; background: #013466; padding: 5px; border: 2px solid white; border-top: none; font-weight: bold; color: white !important; display: block; white-space: nowrap; text-decoration: none !important; font-family: arial, FreeSans, Helvetica, sans-serif; font-size: 12px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; }
      

      Which results on this:

      When it should be looking like this:

      Attachments

        1. issue_collector_2.png
          issue_collector_2.png
          65 kB
        2. issue_collector.png
          issue_collector.png
          36 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              brosa Bruno Rosa
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: