diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-17 01:20:36 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-17 01:20:36 +0000 |
commit | beb0768d82a9b902e34784dd7ef139f36cad76d2 (patch) | |
tree | 0d9b8f43457a85a6a7d26d4417e0eb92cd3e4698 | |
parent | cda5ceae5eddb300357a6d46c2e0756b0346ea73 (diff) | |
download | redmine-beb0768d82a9b902e34784dd7ef139f36cad76d2.tar.gz redmine-beb0768d82a9b902e34784dd7ef139f36cad76d2.zip |
Merged r17803 from trunk to 3.4-stable in order to revert r17802 (#30426).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17805 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/application.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index fbf8de2ae..73f528883 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -342,13 +342,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;} |