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

Unified Diff: Source/devtools/front_end/inspectorCommon.css

Issue 658303002: DevTools: Fix soft context menu font after r183724 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « no previous file | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index a746fe1b065c7f364a98e276a608d978be16b4b3..1158fc355b7c8e4c5dd82188d04c8766dc1c8160 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -19,16 +19,19 @@ body /deep/ .component-root {
color: #222;
}
+body.platform-linux,
body.platform-linux /deep/ .component-root {
color: rgb(48, 57, 66);
font-family: Ubuntu, Arial, sans-serif;
}
+body.platform-mac,
body.platform-mac /deep/ .component-root {
color: rgb(48, 57, 66);
font-family: 'Lucida Grande', sans-serif;
}
+body.platform-windows,
body.platform-windows /deep/ .component-root {
font-family: 'Segoe UI', Tahoma, sans-serif;
}
« no previous file with comments | « no previous file | Source/devtools/front_end/inspectorStyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698