Merge pull request #32 from igoryok-zp/diff_marked_fix
authorStefan Imhoff <kogakure@gmail.com>
Thu, 4 Dec 2014 11:00:07 +0000 (12:00 +0100)
committerStefan Imhoff <kogakure@gmail.com>
Thu, 4 Dec 2014 11:00:07 +0000 (12:00 +0100)
Fixed highlighting maked parts in diff

gitweb.css

index c3ec336f418fffd4200c4e59809328db775c8847..1699b915e6d8363cfc08ed21ef4e9ed137c95500 100644 (file)
@@ -571,9 +571,15 @@ div.diff.from_file {
 .rem {
   background: #ffdddd;
 }
+.rem .marked {
+  background: #ffaaaa;
+}
 .add {
   background: #ddffdd;
 }
+.add .marked {
+  background: #7dff7d;
+}
 
 .extended_header {
   width: 99.5%;