# HG changeset patch # User Mads Kiilerich # Date 2017-08-27 16:39:35 # 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 --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -1437,13 +1437,9 @@ BIN_FILENODE = 6 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 {