SideBySide2: Make the header background match gutter background

Using two shades of grey for the header and the gutter looked
horrible.  The file header was much darker than the column number
gutters. The issue was very noticeable if context is expanded and
an unmodified line 1 is present on both sides.

Set the header to the same color.

Change-Id: I9b9afd32bcf565faa26c57169d7519e8e976f456
This commit is contained in:
Shawn Pearce
2013-11-21 01:19:57 -08:00
committed by Michael Zhou
parent 589120fb97
commit a4f6c6d325

View File

@@ -63,7 +63,7 @@ limitations under the License.
.b .intralineBg { background-color: #dfd; }
.fileCommentRow {
background-color: #eee;
background-color: #f7f7f7;
line-height: 1;
}
.fileCommentCell {