From 622829cc68c43fd4a9dbae6fafdc92ef7959bb2b Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 11 Feb 2015 12:42:27 -0700 Subject: [PATCH] No colors for highlights; just faded and linethrough --- src/css/dyna-rules.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css index ded7c319e..c592bf44a 100644 --- a/src/css/dyna-rules.css +++ b/src/css/dyna-rules.css @@ -130,7 +130,6 @@ body[dir="rtl"] #commitButton:before { } #diff .right li.notLeft { color: #000; - background: lightgreen; opacity: 1; } #diff .right li.notRight { @@ -139,7 +138,6 @@ body[dir="rtl"] #commitButton:before { #diff .right li.toRemove { color: #000; text-decoration: line-through; - background: lightpink; opacity: 1; } #diff textarea {