Changeset 147459 in webkit


Ignore:
Timestamp:
Apr 2, 2013 11:02:21 AM (11 years ago)
Author:
commit-queue@webkit.org
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 <lushnikov@chromium.org> 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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r147454 r147459  
     12013-04-02  Andrey Lushnikov  <lushnikov@chromium.org>
     2
     3        Web Inspector: [CodeMirror] Editor doesn't have yellow background in DivergedFromVM state
     4        https://bugs.webkit.org/show_bug.cgi?id=113783
     5
     6        Reviewed by Pavel Feldman.
     7
     8        No new tests.
     9
     10        Force CodeMirrorTextEditor to have transparent background to inherit
     11        background color from source frame.
     12
     13        * inspector/front-end/cm/cmdevtools.css:
     14        (.CodeMirror):
     15
    1162013-04-02  Jochen Eisinger  <jochen@chromium.org>
    217
  • trunk/Source/WebCore/inspector/front-end/cm/cmdevtools.css

    r147421 r147459  
    66  line-height: 1.2em !important;
    77  height: 100% !important;
     8  background-color: transparent !important;
    89}
    910
Note: See TracChangeset for help on using the changeset viewer.