summaryrefslogtreecommitdiffstats
path: root/devtools/client/themes
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-04 23:39:03 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-04 23:39:03 +0100
commitd24b2d8a1d04c4f1770f090c2eb26010d5e97a0d (patch)
tree245c6347b77bbac97b151fa6f09436277a28f1e8 /devtools/client/themes
parentf6e7a511bc39106c1bb0f9461d1eb23564c10c8b (diff)
downloadUXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar
UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar.gz
UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar.lz
UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.tar.xz
UXP-d24b2d8a1d04c4f1770f090c2eb26010d5e97a0d.zip
Added a button to refresh the Storage Inspector display
Issue #45
Diffstat (limited to 'devtools/client/themes')
-rw-r--r--devtools/client/themes/images/reload.svg5
-rw-r--r--devtools/client/themes/storage.css6
2 files changed, 9 insertions, 2 deletions
diff --git a/devtools/client/themes/images/reload.svg b/devtools/client/themes/images/reload.svg
index b04262784..c5d9bf991 100644
--- a/devtools/client/themes/images/reload.svg
+++ b/devtools/client/themes/images/reload.svg
@@ -1,6 +1,7 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" width="14" height="14">
- <path d="M12,7H6l2.4-2.4C7.6,4,6.6,3.8,5.5,4.1C4.3,4.5,3.3,5.5,3,6.8 C2.6,9,4.3,11,6.5,11c1,0,2-0.5,2.6-1.2l1.7,1c-1.3,1.6-3.3,2.5-5.6,2c-2-0.5-3.6-2.1-4-4.1C0.4,5.1,3.1,2,6.5,2 c1.3,0,2.4,0.4,3.3,1.2L12,1V7z"/>
+<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
+ <path d="M13.917 7C13.44 4.162 10.973 2 8 2 4.686 2 2 4.686 2 8s2.686 6 6 6c2.22 0 4.16-1.207 5.197-3H12c-.912 1.214-2.364 2-4 2-2.76 0-5-2.24-5-5s2.24-5 5-5c2.42 0 4.437 1.718 4.9 4h1.017z"/>
+ <path d="M14 1L8 7h6V1zm-1 1L9 6h4V2z" fill-rule="evenodd"/>
</svg>
diff --git a/devtools/client/themes/storage.css b/devtools/client/themes/storage.css
index 1d4da9bd6..314b6b7fe 100644
--- a/devtools/client/themes/storage.css
+++ b/devtools/client/themes/storage.css
@@ -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;
}