Highlight rows in wiki tables on hover
It would be useful to have the row of tables produced by the TracIni macro highlighted on hover-over. I'll investigate applying the necessary rules to table.wiki.
See also related tickets #11052 and #11410.
Change History
(6)
| Milestone: |
1.1.3 → 1.0.3
|
| Owner: |
set to Ryan J Ollos
|
| Status: |
new → assigned
|
| Milestone: |
1.0.3 → 1.0.2
|
| Release Notes: |
modified (diff)
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Resolution: |
fixed
|
| Status: |
closed → reopened
|
| Resolution: |
→ fixed
|
| Status: |
reopened → closed
|
| Keywords: |
trac.ini added; tracini removed
|
The issue I was trying to address is that it's difficult to see which option a default value is aligned with. Therefore adding striping to the table might work better than changing the
background-colorof the row on hover.trac/htdocs/css/trac.css
commit ec430297dff0d54e510ea13ac26f4459259f35d4 Author: rjollos <ryan.j.ollos@gmail.com> Date: Tue Dec 24 19:31:13 2013 -0800 Add striping to rows of tables output from TracIni macro. diff --git a/trac/htdocs/css/trac.css b/trac/htdocs/css/trac.css index c860bbb..9da7289 100644trac/wiki/macros.py