Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
index 9bc0fef3432a12c74999585ae42f1534383b760f..071f19308711de5484c8f32d7a4a16c087dc639a 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
@@ -292,3 +292,25 @@ body.inactive select.chrome-select, |
label[is=dt-icon-label] { |
flex: none; |
} |
+ |
+.full-widget-dimmed-banner a { |
+ color: inherit; |
+} |
+ |
+.full-widget-dimmed-banner { |
+ color: #777; |
+ background-color: white; |
+ display: flex; |
+ justify-content: center; |
+ align-items: center; |
+ text-align: center; |
+ padding: 20px; |
+ position: absolute; |
+ top: 0; |
+ right: 0; |
+ bottom: 0; |
+ left: 0; |
+ font-size: 13px; |
+ overflow: auto; |
+ z-index: 500; |
+} |