Added a button to refresh the Storage Inspector display

Issue #45
This commit is contained in:
janekptacijarabaci 2018-03-04 23:39:03 +01:00 committed by Roy Tam
commit da48941d63
4 changed files with 23 additions and 2 deletions

View file

@ -38,6 +38,12 @@
-moz-user-focus: normal;
}
#storage-toolbar .refresh-button::before {
margin: 0;
background-image: url("chrome://devtools/skin/images/reload.svg");
-moz-user-focus: normal;
}
#storage-toolbar .devtools-button {
min-width: unset;
}