| Index: resources/inspector/inspectorSyntaxHighlight.css
|
| ===================================================================
|
| --- resources/inspector/inspectorSyntaxHighlight.css (revision 33840)
|
| +++ resources/inspector/inspectorSyntaxHighlight.css (working copy)
|
| @@ -26,29 +26,29 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| - .webkit-css-comment {
|
| - color: rgb(0, 116, 0);
|
| - }
|
| +.webkit-css-comment {
|
| + color: rgb(0, 116, 0);
|
| +}
|
|
|
| - .webkit-css-url, .webkit-css-color, .webkit-css-string, .webkit-css-keyword {
|
| - color: rgb(7, 144, 154);
|
| +.webkit-css-url, .webkit-css-color, .webkit-css-string, .webkit-css-keyword {
|
| + color: rgb(7, 144, 154);
|
| }
|
|
|
| - .webkit-css-number {
|
| - color: rgb(50, 0, 255);
|
| - }
|
| +.webkit-css-number {
|
| + color: rgb(50, 0, 255);
|
| +}
|
|
|
| - .webkit-css-property, .webkit-css-at-rule {
|
| - color: rgb(200, 0, 0);
|
| - }
|
| +.webkit-css-property, .webkit-css-at-rule {
|
| + color: rgb(200, 0, 0);
|
| +}
|
|
|
| - .webkit-css-selector {
|
| - rgb(0, 0, 0);
|
| - }
|
| +.webkit-css-selector {
|
| + color: black;
|
| +}
|
|
|
| - .webkit-css-important {
|
| - color: rgb(200, 0, 180);
|
| - }
|
| +.webkit-css-important {
|
| + color: rgb(200, 0, 180);
|
| +}
|
|
|
| .webkit-javascript-comment {
|
| color: rgb(0, 116, 0);
|
| @@ -65,3 +65,47 @@
|
| .webkit-javascript-string, .webkit-javascript-regexp {
|
| color: rgb(196, 26, 22);
|
| }
|
| +
|
| +.webkit-javascript-ident {
|
| + color: black;
|
| +}
|
| +
|
| +.webkit-html-comment {
|
| + /* Keep this in sync with view-source.css (.webkit-html-comment) */
|
| + color: rgb(35, 110, 37);
|
| +}
|
| +
|
| +.webkit-html-tag {
|
| + /* Keep this in sync with view-source.css (.webkit-html-tag) */
|
| + color: rgb(136, 18, 128);
|
| +}
|
| +
|
| +.webkit-html-doctype {
|
| + /* Keep this in sync with view-source.css (.webkit-html-doctype) */
|
| + color: rgb(192, 192, 192);
|
| +}
|
| +
|
| +.webkit-html-attribute-name {
|
| + /* Keep this in sync with view-source.css (.webkit-html-attribute-name) */
|
| + color: rgb(153, 69, 0);
|
| +}
|
| +
|
| +.webkit-html-attribute-value {
|
| + /* Keep this in sync with view-source.css (.webkit-html-attribute-value) */
|
| + color: rgb(26, 26, 166);
|
| +}
|
| +
|
| +.webkit-html-external-link, .webkit-html-resource-link {
|
| + /* Keep this in sync with view-source.css (.webkit-html-external-link, .webkit-html-resource-link) */
|
| + color: #00e;
|
| +}
|
| +
|
| +.webkit-html-external-link {
|
| + /* Keep this in sync with view-source.css (.webkit-html-external-link) */
|
| + text-decoration: none;
|
| +}
|
| +
|
| +.webkit-html-external-link:hover {
|
| + /* Keep this in sync with view-source.css (.webkit-html-external-link:hover) */
|
| + text-decoration: underline;
|
| +}
|
|
|