diff options
author | Go MAEDA <maeda@farend.jp> | 2019-01-17 01:03:22 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-01-17 01:03:22 +0000 |
commit | 220dc1051063c1897798947c00585ea824cda648 (patch) | |
tree | 48d1c7e0dcfaaee1b5f697962ee34d42bba0e0de /public | |
parent | 075d10fa034a40c0c07c135cf38b70b7f302920e (diff) | |
download | redmine-220dc1051063c1897798947c00585ea824cda648.tar.gz redmine-220dc1051063c1897798947c00585ea824cda648.zip |
Reverted r17800 (#30426).
Undesirable behavior in the issues list.
git-svn-id: http://svn.redmine.org/redmine/trunk@17803 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-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 4d15102ed..5e33e8f51 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;} |