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

Look and Feel Colour Configuration does not affect Activity Stream on Dashboard

    XMLWordPrintable

Details

    Description

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

      Issue summary

      Changing the colour for Link Colour and Menu Item Highlight Background Color in Look and Feel configuration isn't working.

      Steps to reproduce

      1. Go to Administration > System > Look and Feel
      2. Modify the colour for Link Colour and Menu Item Highlight Background Color
      3. Refresh the page and go to the system dashboard.

      Expected results

      The selected colour should change the link colours everywhere in JIRA.
       

      Actual results

      1. The link colours didn't change it Activity Stream gadget.
      2. The Menu Item Highlight Background Color remained blue.

      Workaround

      Apply this on the announcement banner changing the colours/colour codes to what you require :

      </style>
      <style type="text/css">
      .aui-button.aui-button-primary {
      color: #CC0000 !important;
      background: #fff;
      border-color: #ccc;
      }
      
      .aui-button.aui-button-primary:hover {
      color: #CC0000 !important;
      background: #fff !important;
      border-color: #ccc !important;
      }
      
      #dashboard>.tabs.vertical a, #dashboard>.tabs.vertical li.active {
      color: #CC0000 !important;
      }
      
      #dashboard>.tabs.vertical a:hover {
      color: #7a0000 !important;
      }
      
      .aui-page-panel-nav .tabs.vertical strong {
      color: #CC0000 !important;
      }
      
      .aui-navgroup-vertical .aui-nav .aui-nav-selected a {
      color: #fc2d3f !important;
      }
      
      .aui-dropdown2.aui-style-default a:hover {
      background-color: #9a9a9a !important;
      }
      </style>
      

      Attachments

        1. 1.png
          1.png
          170 kB
        2. 2.png
          2.png
          528 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              acardino Anna Cardino (Inactive)
              Votes:
              42 Vote for this issue
              Watchers:
              42 Start watching this issue

              Dates

                Created:
                Updated: