| Index: third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
|
| index 01a4f39abbf53f1c656fbfd78a251ac6355ee769..48e272a4f6353d2cf6a067f3ea2d39ccbde0af22 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css
|
| @@ -160,6 +160,11 @@
|
| opacity: 0.5;
|
| }
|
|
|
| +.cm-continue-to-location {
|
| + cursor: pointer;
|
| + transform: scale(0.7);
|
| +}
|
| +
|
| div.CodeMirror span.CodeMirror-matchingbracket {
|
| background-color: rgba(0, 0, 0, 0.07);
|
| border-bottom: 1px solid rgba(0, 0, 0, 0.5);
|
|
|