[Webkit-unassigned] [Bug 31667] Web Inspector: Changes View / Drawer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 16 12:46:53 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=31667


Alessio <alessio.zito at commandguru.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alessio.zito at commandguru.co
                   |                            |m




--- Comment #3 from Alessio <alessio.zito at commandguru.com>  2010-06-16 12:46:53 PST ---
An easy and fast solution before THE BIG solution may be the following:

from style.css I make changes in the inspector and I can save as modifiedStyle.css with the original style automatically commented and the modified style just below.

So that the modifiedStyle.css may look like:

/* original style overridden by Web Inspector
a:link {
    color: #CCC;
}
new style below */

a:link {
    color: #CCC;
    text-decoration: none;
}

/* end of new style by Web Inspector */

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list