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

Unified Diff: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css

Issue 1418453009: Devtools UI: Colorize node links and make pseudo links clearer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/Source/devtools/front_end/components/domUtils.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
index ccac694f6816da5ce453e9e70108c9f862804df7..e838bc2af6a9e25ae900c2ba8f7cd18a5d9b8fbc 100644
--- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
@@ -680,6 +680,13 @@ li.editing .enabled-button {
line-height: 16px;
}
+.sidebar-separator > span.monospace {
+ background: rgb(255, 255, 255);
+ padding: 0px 3px;
+ border-radius: 2px;
+ border: 1px solid #C1C1C1;
+}
+
.swatch-inner {
width: 100%;
height: 100%;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/components/domUtils.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698