]> source.dussan.org Git - redmine.git/commitdiff
Merged r17806 from trunk to 3.4-stable (#30426).
authorGo MAEDA <maeda@farend.jp>
Fri, 18 Jan 2019 09:08:12 +0000 (09:08 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 18 Jan 2019 09:08:12 +0000 (09:08 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17808 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 73f52888388c5bbbc31bf8bf9070d7613784751f..c235f7390c8d96ec93acc19921a474882d7f1f33 100644 (file)
@@ -342,13 +342,15 @@ tr.group a.toggle-all { color: #aaa; font-size: 80%; display:none; float:right;
 tr.group:hover a.toggle-all { display:inline;}
 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 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(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #fff; }
+table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
+table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color:#ffffdd; }
 
 tr.builtin td.name {font-style:italic;}