Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1653)

Unified Diff: Source/devtools/front_end/ui/inspectorSyntaxHighlight.css

Issue 1304023002: DevTools: Drop color intensity of DOM symbols for readability (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeElement.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
diff --git a/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css b/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
index 92ca65a42167e9c71d5d782d96f6a4ca1a5db506..fd963be47a57429ff3e9741be9052df9583efd3d 100644
--- a/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
+++ b/Source/devtools/front_end/ui/inspectorSyntaxHighlight.css
@@ -57,6 +57,10 @@
}
.webkit-html-tag {
+ color: rgb(168, 148, 166);
+}
+
+.webkit-html-tag-name, .webkit-html-close-tag-name {
/* Keep this in sync with view-source.css (.webkit-html-tag) */
color: rgb(136, 18, 128);
}
« no previous file with comments | « Source/devtools/front_end/elements/ElementsTreeElement.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698