| Index: third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| index 87887a78516820b529c6095e578b2ad01296baf9..c502c4fcd5dd55f8c90c2152eb056fddb6a71517 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/cmdevtools.css
|
| @@ -7,6 +7,12 @@
|
| overflow: visible !important;
|
| }
|
|
|
| +.CodeMirror-linemarkers {
|
| + width: 74px;
|
| + background-color: white;
|
| + margin-left: 3px;
|
| +}
|
| +
|
| .CodeMirror .source-frame-eval-expression {
|
| outline: 0;
|
| border: 1px solid rgb(163, 41, 34);
|
| @@ -273,6 +279,11 @@
|
| opacity: 0.5;
|
| }
|
|
|
| +.text-editor-line-marker {
|
| + text-align: right;
|
| + padding-right: 3px;
|
| +}
|
| +
|
| .text-editor-messages-description-container {
|
| display: inline-block;
|
| }
|
|
|