Project

General

Profile

Actions

Defect #6663

closed

Bug in CSS of theme "Modula Martini"

Added by Iñaki Baz Castillo over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
2010-10-13
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

When chosing a subproject the parent project is not shown in the title. It appears as "invisible" (it takes space but it is not visible).

I've inspected the CSS and the problem is that Redmine "application.css" contains:

#header a {color:#f8f8f8;}

This is not overriden in Modula Martini CSS so it matches the background color. The solution is adding the following to Modula Martini's "application.css":

#header a {color: #515151;}

The HTML code causing this is:

<h1><a href="PROJECT_URL" class="root">PARENT_PROJECT_NAME</a> &#187; SUBPROJECT_NAME</h1>

Actions #1

Updated by Iñaki Baz Castillo over 13 years ago

  • Status changed from New to Resolved

I've have reported this bug to the author of the theme and he will fix it in next release.

Most probably this report makes no sense in this tracker so I close it.

Actions #2

Updated by Felix Schäfer over 13 years ago

  • Status changed from Resolved to Closed
  • Resolution set to Invalid
Actions

Also available in: Atom PDF