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

Wrong URL for the pencil.gif image

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A

    Description

      The pencil.gif URL points to the wrong path /xwiki/skins/colibri/pencil.gif (colibri) or /xwiki/skins//pencil.gif (flamingo) instead of /xwiki/resources/icons/silk/pencil.gif

      tbody.xwiki-livetable-display-body td:hover.linkeditor {
        background: $theme.highlightColor url("$xwiki.getSkinFile('pencil.gif')") no-repeat scroll right center;
        cursor: pointer;
      }
      tbody.xwiki-livetable-display-body td.linkeditor a.editableCellHover { /* for IE6 td:hover fix and because IE6 doesn't support multiple class td.linkeditor.editableCellHover*/
        display: block;
        background: $theme.highlightColor url("$xwiki.getSkinFile('pencil.gif')") no-repeat scroll right center;
        cursor: pointer;
        color: $theme.textColor;
        padding-right: 16px;
      }
      

      Attachments

        Issue Links

          Activity

            People

              evalica Ecaterina Moraru (Valica)
              oana.tabaranu Elena-Oana Florea
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: