mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Table rows are not highlighted on mouseover on some pages (#30426).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@17800 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fde9881faa
commit
075d10fa03
@ -352,13 +352,13 @@ tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right;
|
|||||||
tr.group:hover a.toggle-all { display:inline;}
|
tr.group:hover a.toggle-all { display:inline;}
|
||||||
a.toggle-all:hover {text-decoration:none;}
|
a.toggle-all:hover {text-decoration:none;}
|
||||||
|
|
||||||
table.list tbody tr:hover { background-color:#ffffdd; }
|
|
||||||
table.list tbody tr.group:hover { background-color:inherit; }
|
|
||||||
table td {padding:2px;}
|
table td {padding:2px;}
|
||||||
table p {margin:0;}
|
table p {margin:0;}
|
||||||
|
|
||||||
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color:#f6f7f8; }
|
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color:#f6f7f8; }
|
||||||
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
|
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
|
||||||
|
table.list tbody tr:hover { background-color:#ffffdd !important; }
|
||||||
|
table.list tbody tr.group:hover { background-color:inherit !important; }
|
||||||
|
|
||||||
tr.builtin td.name {font-style:italic;}
|
tr.builtin td.name {font-style:italic;}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user