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

Unified Diff: chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html

Issue 6677108: `extension.isAllowed???Access` samples (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebasing, regenerating documentation again. Created 9 years, 9 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/common/extensions/docs/examples/extensions/proxy_configuration/popup.html
diff --git a/chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html b/chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html
index 8f0c39f9c21c2f6858c2672efa562fc5a312f28d..9152e24dd21f8f9b35a6b02d24a9281c1d9a59a7 100644
--- a/chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html
+++ b/chrome/common/extensions/docs/examples/extensions/proxy_configuration/popup.html
@@ -184,6 +184,9 @@
font: 1.5em/1.2 Helvetica Neue, sans-serif;
-webkit-transition: all 1.0s ease;
}
+ .overlay a {
+ color: #FFF;
+ }
.overlay.visible {
opacity: 1;

Powered by Google App Engine
This is Rietveld 408576698