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

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

Issue 71633003: DevTools: added "overlayContents" mode, where DevTools content is placed around and underneath inse… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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/inspector.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/inspectorCommon.css
diff --git a/Source/devtools/front_end/inspectorCommon.css b/Source/devtools/front_end/inspectorCommon.css
index 421a55557dcd125f3b311e4c50cffe4bd49fe3db..283face42999d761bfff87bebccea3d7a7dbc963 100644
--- a/Source/devtools/front_end/inspectorCommon.css
+++ b/Source/devtools/front_end/inspectorCommon.css
@@ -28,18 +28,18 @@ body.platform-mac {
font-family: 'Lucida Grande', sans-serif;
}
-body.platform-windows {
- font-family: 'Segoe UI', Tahoma, sans-serif;
-}
-
-body.dock-to-right:not(.undocked) {
+body.dock-to-right:not(.undocked):not(.overlay-contents) {
border-left: 1px solid rgb(80, 80, 80);
}
-body.dock-to-right.inactive:not(.undocked) {
+body.dock-to-right.inactive:not(.undocked):not(.overlay-contents) {
border-left: 1px solid rgb(64%, 64%, 64%);
}
+body.platform-windows {
+ font-family: 'Segoe UI', Tahoma, sans-serif;
+}
+
* {
box-sizing: border-box;
}
« no previous file with comments | « Source/devtools/front_end/inspector.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698