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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 252593003: Improve UI for unpacked extensions failing to load (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Android fix Created 6 years, 8 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
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index 101d27e6b4873018d5a9dad083f2e787fb15e167..9308928fbe517834c5cb5dfba2d6a2ed0c68b91a 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -100,6 +100,27 @@ html:not(.focus-outline-visible)
text-align: end;
}
+.extension-code {
+ border: 1px solid #ccc;
+ display: flex;
+ font-family: monospace;
+ overflow: auto;
+ white-space: pre;
+}
+
+.extension-code > * {
+ padding: 3px;
+}
+
+.extension-code-line-numbers {
+ align-self: flex-start;
+ background-color: rgba(240, 240, 240, 1);
+ border-right: 1px solid #ccc;
+ color: rgba(128, 128, 128, 1);
+ flex-shrink: 0;
+ text-align: right;
+}
+
#extension-settings:not(.dev-mode) .developer-extras {
display: none;
}
« no previous file with comments | « chrome/browser/resources/extensions/extension_loader.js ('k') | chrome/browser/resources/extensions/extensions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698