# HG changeset patch # User Mads Kiilerich # Date 1503844775 -7200 # Node ID f77ef41b39aaf09be51b6e1897649365489efb5b # Parent 01c216ba7e37296c24423168148117e2bdad5c2a changelog: dim the whole row for changesets that are merges or out of range Backout b99cd2bc7540 - we can do that after 2f35bd7b97aa moved the tooltips so they don't inherit opacity any more. diff -r 01c216ba7e37 -r f77ef41b39aa kallithea/public/css/style.css --- a/kallithea/public/css/style.css Mon Aug 28 05:25:39 2017 +0200 +++ b/kallithea/public/css/style.css Sun Aug 27 16:39:35 2017 +0200 @@ -1437,13 +1437,9 @@ border-color: #cdcdcd; } -tr.mergerow > td.author .user, -tr.mergerow > td.mid .message, -tr.mergerow > td.mid .message > a, -tr.out-of-range > td.author .user, -tr.out-of-range > td.mid .message, -tr.out-of-range > td.mid .message > a { - color: #aaa !important; +tr.mergerow, +tr.out-of-range { + opacity: 0.6; } #graph_content #changesets td {