Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css |
index d7996c40a29fd9fe260544f41db7f359382699cb..a4a831f68c3e647c2db80c12e47e698b2007eb22 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesView.css |
@@ -111,7 +111,7 @@ |
border-left: 4px solid hsla(144, 55%, 37%, 1); |
} |
-.diff-entry-insert .CodeMirror-gutter-wrapper { |
+.diff-entry-insert .CodeMirror-gutter-background { |
background-color: hsla(144,55%,49%,.2); |
} |
@@ -119,7 +119,7 @@ |
border-left: 4px solid #9C27B0; |
} |
-.diff-entry-modify .CodeMirror-gutter-wrapper { |
+.diff-entry-modify .CodeMirror-gutter-background { |
background-color: rgba(186,104,200,0.2); |
} |
@@ -130,12 +130,12 @@ |
border-bottom: 6px solid transparent; |
border-left: 6px solid #D32F2F; |
position: relative; |
- top: 7px; |
+ top: 6px; |
cursor: pointer; |
left: 0px; |
} |
-.diff-entry-delete .CodeMirror-gutter-wrapper { |
+.diff-entry-delete .CodeMirror-gutter-background { |
border-bottom: 2px solid #D32F2F; |
} |