Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-10519

Broken gradient color values for #mainmenu when changing the base skin

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 6.1-rc-1
    • 6.1-milestone-2
    • Flamingo Skin
    • None
    • Unknown
    • N/A
    • N/A

    Description

      Steps:

      • Go to Administration. Current skin is XWiki.DefaultSkin
        • Homepage looks like baseColibri.png
      • Go to XWiki.DefaultSkin and change the Base Skin from 'colibri' to 'flamingo'
        • Homepage looks like Flamingo
      • Use the skin parameter '?skin=colibri' and refresh browser's cache
        • Homepage looks like baseFlamingo.png
        • The #mainmenu gradient colors are broken

      before

      #mainmenu {
        background-image: linear-gradient(to bottom, #3A8ABC 0%, #0272A6 50%);
      }
      

      after

      #mainmenu {
        background-image: linear-gradient(to bottom, #3A8ABC 0%, #222 50%);
      }
      

      Attachments

        Activity

          People

            gdelhumeau Guillaume Delhumeau
            evalica Ecaterina Moraru (Valica)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: