| Index: Source/devtools/front_end/resources/resourcesPanel.css
|
| diff --git a/Source/devtools/front_end/resources/resourcesPanel.css b/Source/devtools/front_end/resources/resourcesPanel.css
|
| index 0fa7f59f5a386413fac5ee6fb77f97c10f6569f7..f7bcb3806b3a3b193df2fd44ee56a8dabcc8cdde 100644
|
| --- a/Source/devtools/front_end/resources/resourcesPanel.css
|
| +++ b/Source/devtools/front_end/resources/resourcesPanel.css
|
| @@ -324,6 +324,14 @@ li.selected .base-storage-tree-element-subtitle {
|
| content: url(Images/indexedDBIndex.png);
|
| }
|
|
|
| +.service-worker-cache-tree-item .icon {
|
| + content: url(Images/indexedDBObjectStore.png);
|
| +}
|
| +
|
| +.service-worker-cache-storage-tree-item .icon {
|
| + content: url(Images/indexedDB.png);
|
| +}
|
| +
|
| .domstorage-storage-tree-item.local-storage .icon {
|
| content: url(Images/localStorage.png);
|
| }
|
|
|