| Index: chrome_linux/resources/inspector/codemirror.css
|
| ===================================================================
|
| --- chrome_linux/resources/inspector/codemirror.css (revision 230844)
|
| +++ chrome_linux/resources/inspector/codemirror.css (working copy)
|
| @@ -95,6 +95,7 @@
|
|
|
| div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
|
| div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
|
| +.CodeMirror-activeline-background {background: #e8f2ff;}
|
|
|
| /* STOP */
|
|
|
| @@ -117,6 +118,8 @@
|
| height: 100%;
|
| outline: none; /* Prevent dragging from highlighting the element */
|
| position: relative;
|
| + -moz-box-sizing: content-box;
|
| + box-sizing: content-box;
|
| }
|
| .CodeMirror-sizer {
|
| position: relative;
|
| @@ -155,6 +158,8 @@
|
| .CodeMirror-gutter {
|
| white-space: normal;
|
| height: 100%;
|
| + -moz-box-sizing: content-box;
|
| + box-sizing: content-box;
|
| padding-bottom: 30px;
|
| margin-bottom: -32px;
|
| display: inline-block;
|
| @@ -214,8 +219,7 @@
|
| overflow: auto;
|
| }
|
|
|
| -.CodeMirror-widget {
|
| -}
|
| +.CodeMirror-widget {}
|
|
|
| .CodeMirror-wrap .CodeMirror-scroll {
|
| overflow-x: hidden;
|
| @@ -223,7 +227,8 @@
|
|
|
| .CodeMirror-measure {
|
| position: absolute;
|
| - width: 100%; height: 0px;
|
| + width: 100%;
|
| + height: 0;
|
| overflow: hidden;
|
| visibility: hidden;
|
| }
|
|
|