summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-01-16 07:19:30 +0000
committerGo MAEDA <maeda@farend.jp>2019-01-16 07:19:30 +0000
commit3b313f07086de51844e20d263648ff64f04b6a06 (patch)
treeec5d929e8af9192e45838fba7e096a011843588d
parent4f26018dd349d23a262237fe63b182ff8222c047 (diff)
downloadredmine-3b313f07086de51844e20d263648ff64f04b6a06.tar.gz
redmine-3b313f07086de51844e20d263648ff64f04b6a06.zip
Merged r17800 from trunk to 4.0-stable (#30426).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17801 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--public/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index 41948189a..1817714ae 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -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;}
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 tbody tr:hover { background-color:#ffffdd !important; }
+table.list tbody tr.group:hover { background-color:inherit !important; }
tr.builtin td.name {font-style:italic;}