diff options
author | Thomas Lange <code@nerdmind.de> | 2017-10-14 20:26:43 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-10-14 20:26:43 +0200 |
commit | c73c6acbf280c99fd4178577cc99a55a6e2e11cf (patch) | |
tree | 1927b3e77a910a390528b920296eca0764d1de40 /template/admin | |
parent | a1a63eb2f812d621d3b3d7db2c00346bb94c0709 (diff) | |
download | blog-c73c6acbf280c99fd4178577cc99a55a6e2e11cf.tar.gz blog-c73c6acbf280c99fd4178577cc99a55a6e2e11cf.tar.xz blog-c73c6acbf280c99fd4178577cc99a55a6e2e11cf.zip |
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.
Diffstat (limited to 'template/admin')
-rw-r--r-- | template/admin/rsrc/font/font-awesome-fontello.json | 6 | ||||
-rw-r--r-- | template/admin/rsrc/font/font-awesome-fontello.woff2 | bin | 8672 -> 8792 bytes | |||
-rw-r--r-- | template/admin/rsrc/main.css | 1 |
3 files changed, 7 insertions, 0 deletions
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 Binary files differindex 237b871..5b5c567 100644 --- a/template/admin/rsrc/font/font-awesome-fontello.woff2 +++ b/template/admin/rsrc/font/font-awesome-fontello.woff2 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"} |