Title: [147459] trunk/Source/WebCore
Revision
147459
Author
[email protected]
Date
2013-04-02 11:02:21 -0700 (Tue, 02 Apr 2013)

Log Message

Web Inspector: [CodeMirror] Editor doesn't have yellow background in DivergedFromVM state
https://bugs.webkit.org/show_bug.cgi?id=113783

Patch by Andrey Lushnikov <[email protected]> on 2013-04-02
Reviewed by Pavel Feldman.

No new tests.

Force CodeMirrorTextEditor to have transparent background to inherit
background color from source frame.

* inspector/front-end/cm/cmdevtools.css:
(.CodeMirror):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147458 => 147459)


--- trunk/Source/WebCore/ChangeLog	2013-04-02 18:01:15 UTC (rev 147458)
+++ trunk/Source/WebCore/ChangeLog	2013-04-02 18:02:21 UTC (rev 147459)
@@ -1,3 +1,18 @@
+2013-04-02  Andrey Lushnikov  <[email protected]>
+
+        Web Inspector: [CodeMirror] Editor doesn't have yellow background in DivergedFromVM state
+        https://bugs.webkit.org/show_bug.cgi?id=113783
+
+        Reviewed by Pavel Feldman.
+
+        No new tests.
+
+        Force CodeMirrorTextEditor to have transparent background to inherit
+        background color from source frame.
+
+        * inspector/front-end/cm/cmdevtools.css:
+        (.CodeMirror):
+
 2013-04-02  Jochen Eisinger  <[email protected]>
 
         Check whether popups are allowed before creating a new window

Modified: trunk/Source/WebCore/inspector/front-end/cm/cmdevtools.css (147458 => 147459)


--- trunk/Source/WebCore/inspector/front-end/cm/cmdevtools.css	2013-04-02 18:01:15 UTC (rev 147458)
+++ trunk/Source/WebCore/inspector/front-end/cm/cmdevtools.css	2013-04-02 18:02:21 UTC (rev 147459)
@@ -5,6 +5,7 @@
 .CodeMirror {
   line-height: 1.2em !important;
   height: 100% !important;
+  background-color: transparent !important;
 }
 
 .CodeMirror .source-frame-eval-_expression_ {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to