From 7a2085a8e5798d481e1e8bbb9b7e56815e59bf33 Mon Sep 17 00:00:00 2001 From: shunjou Date: Mon, 18 Feb 2019 20:52:16 -0500 Subject: luci-theme-material: icons and other changes * Remove excess font dependency * Retain two glyphs as svg * Store svg icons externally * Add logout icon * Replace spaces with tabs in script * Various minor fixes Signed-off-by: Shun Jou --- themes/luci-theme-material/htdocs/luci-static/material/icons/arrow.svg | 1 + themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg | 1 + themes/luci-theme-material/htdocs/luci-static/material/icons/menu.svg | 1 + themes/luci-theme-material/htdocs/luci-static/material/icons/spinner.svg | 1 + 4 files changed, 4 insertions(+) create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/icons/arrow.svg create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/icons/menu.svg create mode 100644 themes/luci-theme-material/htdocs/luci-static/material/icons/spinner.svg (limited to 'themes/luci-theme-material/htdocs/luci-static/material/icons') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/icons/arrow.svg b/themes/luci-theme-material/htdocs/luci-static/material/icons/arrow.svg new file mode 100644 index 0000000000..be864c5ac9 --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material/icons/arrow.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg b/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg new file mode 100644 index 0000000000..d529b94e6f --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material/icons/logout.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/luci-theme-material/htdocs/luci-static/material/icons/menu.svg b/themes/luci-theme-material/htdocs/luci-static/material/icons/menu.svg new file mode 100644 index 0000000000..46bd0ae687 --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material/icons/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/themes/luci-theme-material/htdocs/luci-static/material/icons/spinner.svg b/themes/luci-theme-material/htdocs/luci-static/material/icons/spinner.svg new file mode 100644 index 0000000000..6ddd3b3ed8 --- /dev/null +++ b/themes/luci-theme-material/htdocs/luci-static/material/icons/spinner.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3