changeset 6837:f77ef41b39aa

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.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 27 Aug 2017 16:39:35 +0200
parents 01c216ba7e37
children fa55523f3790
files kallithea/public/css/style.css
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 {