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:

committed by
Michael Zhou

parent
589120fb97
commit
a4f6c6d325
@@ -63,7 +63,7 @@ limitations under the License.
|
|||||||
.b .intralineBg { background-color: #dfd; }
|
.b .intralineBg { background-color: #dfd; }
|
||||||
|
|
||||||
.fileCommentRow {
|
.fileCommentRow {
|
||||||
background-color: #eee;
|
background-color: #f7f7f7;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
.fileCommentCell {
|
.fileCommentCell {
|
||||||
|
Reference in New Issue
Block a user