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

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

Issue 23264011: Quota view in Resources pannel. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 3 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: Source/devtools/front_end/resourcesPanel.css
diff --git a/Source/devtools/front_end/resourcesPanel.css b/Source/devtools/front_end/resourcesPanel.css
index e462b02b6ade283049621362d764bc26feea4317..e6ea1548954e1926a5fa50e00867021664cb9cda 100644
--- a/Source/devtools/front_end/resourcesPanel.css
+++ b/Source/devtools/front_end/resourcesPanel.css
@@ -339,3 +339,7 @@ li.selected .base-storage-tree-element-subtitle {
.file-system-storage-tree-item .icon {
content: url(Images/fileSystem.png);
}
+
+.quota-tree-item .icon {
+ content: url(Images/quota.png);
+}

Powered by Google App Engine
This is Rietveld 408576698