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

Unified Diff: chrome/browser/resources/apps_debugger/css/items.css

Issue 11794034: Adds functionality to pack an extension / app from the app. (Closed) Base URL: http://git.chromium.org/chromium/src.git@bacha_lo
Patch Set: Addressed comments Created 7 years, 10 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/apps_debugger/css/items.css
diff --git a/chrome/browser/resources/apps_debugger/css/items.css b/chrome/browser/resources/apps_debugger/css/items.css
index 4492579b0a236100fd3d7ed2c77aded6b41abb17..3edf9fbec9ba855adf7eba5e1b59781b9c6adf4a 100644
--- a/chrome/browser/resources/apps_debugger/css/items.css
+++ b/chrome/browser/resources/apps_debugger/css/items.css
@@ -126,6 +126,16 @@ html[dir='rtl'] .extension-list-item {
visibility: hidden;
}
+/* Overlays */
+
+#overlay {
+ z-index: 5;
+}
+
+#overlay .page:not(.showing) {
Dan Beam 2013/02/11 23:44:24 aren't the overlays already being marked with [hid
Gaurav 2013/02/12 19:33:17 There are two types of overlay which are both hidd
+ display: none;
+}
+
/* Trash */
#extension-settings .trash {

Powered by Google App Engine
This is Rietveld 408576698