akabekobeko/redmine-theme-minimalflat2

Add a style to the link of the new wiki page

Closed this issue · 1 comments

Link of the new wiki page:

<a class="wiki-page" href="/wiki/Exists">Exists</a>
<a class="wiki-page new" href="wiki/New?parent=Wiki">New</a>

Set style to wiki-page new.

Color was not applied due to typo (ccolor).

 div.wiki a.new {
  ccolor: color_red;
}

However, even if this is corrected, it is difficult to understand that pages are added by just color. Therefore, Icon font (icon_add, color_green) is also added.