diff --git a/css/tools.css b/css/tools.css index 1a12a3e2..69db6316 100644 --- a/css/tools.css +++ b/css/tools.css @@ -185,7 +185,13 @@ /* * Framesheet level actions: */ - + +.tool-icon.gallery-icon { + background-image: url(../img/gallery.png); + background-position: 3px 3px; + background-size: 39px 39px; +} + .tool-icon.save-icon { background-image: url(../img/save.png); background-position: 6px 6px; diff --git a/img/gallery.png b/img/gallery.png new file mode 100644 index 00000000..23db3a94 Binary files /dev/null and b/img/gallery.png differ diff --git a/index.html b/index.html index 18c2799e..18aa0140 100644 --- a/index.html +++ b/index.html @@ -82,6 +82,7 @@
+
GIF