add close icon CSS so dev toolbar works
[themes.git] / LCARStrek / devtools / storage.css
index ae82f52a26f28df339b8fec7addb96f60046408b..c37d1a7d147c346d4359982659fae2968acc8730 100644 (file)
@@ -15,7 +15,7 @@
 }
 
 #storage-tree .tree-widget-item[type="store"]:after {
-  background-image: url("chrome://devtools/skin/filetype-store.svg");
+  background-image: url("chrome://devtools/skin/images/filetypes/store.svg");
   background-size: 18px 18px;
   background-position: -1px 0;
 }
@@ -34,7 +34,8 @@
 
 /* Responsive sidebar */
 @media (max-width: 700px) {
-  #storage-tree {
+  #storage-tree,
+  #storage-sidebar {
     max-width: 100%;
   }