Edgewall Software

Ticket #1605 (closed defect: worksforme)

Opened 4 years ago

Last modified 22 months ago

Conflicting styles in stylesheets

Reported by: Rede Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: minor Keywords: stylesheet
Cc:

Description

Some stylesheets (like wiki.css and report.css) has conflicting styles defined. It messes up output if you want to use styles from different stylesheets. If you want i.e. simple macro to output bugs in wikipage with same colors as used in ticket report list. you can't use styles from report.css since report.css contains diffrenet secondlevel (<h2>) heading style as wiki.css does.

Attachments

Change History

Changed 2 years ago by sid

The <h2> heading tag no longer exists in wiki.css in 0.10. That should solve your specific problem. The template pages are using <div class=...> and the .css files generally have corresponding entries. For example from report.css:

table.tickets tbody tr.prio1 { background: #fdc; border-color: #e88 }
table.tickets tbody tr.even.prio1 { background: #fed; border-color: #e99 }
table.tickets tbody tr.prio2 { background: #ffb; border-color: #eea }
table.tickets tbody tr.even.prio2 { background: #ffd; border-color: #dd8 }
table.tickets tbody tr.prio3  { background: #fbfbfb; border-color: #ddd }
table.tickets tbody tr.even.prio3 { background: #f6f6f6; border-color: #ccc }
table.tickets tbody tr.prio4 { background: #e7ffff; border-color: #cee }
table.tickets tbody tr.even.prio4 { background: #dff; border-color: #bee }
table.tickets tbody tr.prio5 { background: #e7eeff; border-color: #cde }
table.tickets tbody tr.even.prio5 { background: #dde7ff }
table.tickets tbody tr.prio6 { background: #f0f0f0; border-color: #ddd }
table.tickets tbody tr.even.prio6 { background: #f7f7f7 }

So there should be few (if any) conflicts anymore.

Changed 22 months ago by cboos

  • status changed from new to closed
  • resolution set to worksforme

Feel free to reopen if there's still a conflict that can be pointed out.

Add/Change #1605 (Conflicting styles in stylesheets)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.