From c73c6acbf280c99fd4178577cc99a55a6e2e11cf Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 14 Oct 2017 20:26:43 +0200 Subject: A new Font Awesome icon was added to the admin template. This icon is used later for the coming search function in the administration area. --- template/admin/rsrc/font/font-awesome-fontello.json | 6 ++++++ template/admin/rsrc/font/font-awesome-fontello.woff2 | Bin 8672 -> 8792 bytes template/admin/rsrc/main.css | 1 + 3 files changed, 7 insertions(+) diff --git a/template/admin/rsrc/font/font-awesome-fontello.json b/template/admin/rsrc/font/font-awesome-fontello.json index 8dd8631..515e8a7 100644 --- a/template/admin/rsrc/font/font-awesome-fontello.json +++ b/template/admin/rsrc/font/font-awesome-fontello.json @@ -185,6 +185,12 @@ "css": "exclamation-triangle", "code": 61553, "src": "fontawesome" + }, + { + "uid": "9dd9e835aebe1060ba7190ad2b2ed951", + "css": "search", + "code": 61442, + "src": "fontawesome" } ] } \ No newline at end of file diff --git a/template/admin/rsrc/font/font-awesome-fontello.woff2 b/template/admin/rsrc/font/font-awesome-fontello.woff2 index 237b871..5b5c567 100644 Binary files a/template/admin/rsrc/font/font-awesome-fontello.woff2 and b/template/admin/rsrc/font/font-awesome-fontello.woff2 differ diff --git a/template/admin/rsrc/main.css b/template/admin/rsrc/main.css index 0666c63..fb6a882 100644 --- a/template/admin/rsrc/main.css +++ b/template/admin/rsrc/main.css @@ -233,6 +233,7 @@ label:after{content:":";} .fa-book:before{content:"\f02d"} .fa-italic:before{content:"\f033"} .fa-header:before{content:"\f1dc"} +.fa-search:before{content:"\f002"} .fa-trash-o:before{content:"\f014"} .fa-sign-in:before{content:"\f090"} .fa-clock-o:before{content:"\f017"} -- cgit v1.2.3