| Index: Source/devtools/front_end/inspectorSyntaxHighlight.css
|
| diff --git a/Source/devtools/front_end/inspectorSyntaxHighlight.css b/Source/devtools/front_end/inspectorSyntaxHighlight.css
|
| index e29896c55c40cbc75fc16e4b96d90cec52d38642..81436fe32cae9491cd89f0e1cc076c589c1c15b7 100644
|
| --- a/Source/devtools/front_end/inspectorSyntaxHighlight.css
|
| +++ b/Source/devtools/front_end/inspectorSyntaxHighlight.css
|
| @@ -115,6 +115,10 @@
|
| text-decoration: underline;
|
| }
|
|
|
| +.webkit-html-blackbox-link {
|
| + opacity: 0.6;
|
| +}
|
| +
|
| .webkit-html-end-of-file {
|
| /* Keep this in sync with view-source.css (.webkit-html-end-of-file) */
|
| color: rgb(255, 0, 0);
|
|
|