| Index: Source/devtools/front_end/resourcesPanel.css
|
| diff --git a/Source/devtools/front_end/resourcesPanel.css b/Source/devtools/front_end/resourcesPanel.css
|
| index 5ec05ce0c30531d1a7a5ae6fdb1d488eda418ad4..fd83b5249d9642a677814612aff34825853a96ec 100644
|
| --- a/Source/devtools/front_end/resourcesPanel.css
|
| +++ b/Source/devtools/front_end/resourcesPanel.css
|
| @@ -356,3 +356,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);
|
| +}
|
|
|