Verified Commit 0fd0010a authored by Jakob Moser's avatar Jakob Moser
Browse files

Add search icon from the noun project

Because dashicons are not shown when user is not logged in
parent 854a2bf1
Loading
Loading
Loading
Loading

img/search.png

0 → 100644
+2.34 KiB
Loading image diff...

img/search.svg

0 → 100644
+63 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
   version="1.1"
   x="0px"
   y="0px"
   viewBox="0 0 100 100"
   enable-background="new 0 0 100 100"
   xml:space="preserve"
   id="svg4"
   sodipodi:docname="search.svg"
   inkscape:version="1.4.4 (dcaf3e7d9e, 2026-05-05)"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:svg="http://www.w3.org/2000/svg"><defs
     id="defs4" /><sodipodi:namedview
     id="namedview4"
     pagecolor="#ffffff"
     bordercolor="#000000"
     borderopacity="0.25"
     inkscape:showpageshadow="2"
     inkscape:pageopacity="0.0"
     inkscape:pagecheckerboard="0"
     inkscape:deskcolor="#d1d1d1"
     inkscape:zoom="3.995"
     inkscape:cx="78.222778"
     inkscape:cy="85.231539"
     inkscape:window-width="1920"
     inkscape:window-height="1008"
     inkscape:window-x="0"
     inkscape:window-y="0"
     inkscape:window-maximized="1"
     inkscape:current-layer="g3" /><g
     id="g4"><g
       id="g3"><path
         d="m 38.025126,14 c -11.598,0 -21,9.402 -21,21 0,11.598 9.402,21 21,21 11.598,0 21,-9.402 21,-21 0,-11.598 -9.402,-21 -21,-21 m 0,-4 c 13.785,0 25,11.215 25,25 0,13.785 -11.215,25 -25,25 -13.785,0 -25,-11.215 -25,-25 0,-13.785 11.215,-25 25,-25 z"
         id="path1"
         style="fill:#990000;fill-opacity:1" /><path
         fill="none"
         stroke="#000000"
         stroke-width="4"
         stroke-miterlimit="10"
         d="m 23.025126,36 c 0,7.18 5.82,13 13,13"
         id="path2"
         style="fill:none;fill-opacity:1;stroke:#990000;stroke-opacity:1" /><line
         stroke="#000000"
         stroke-width="4"
         stroke-miterlimit="10"
         x1="58.025127"
         y1="55"
         x2="87.525124"
         y2="84.5"
         id="line2"
         style="stroke:#990000;stroke-opacity:1" /><line
         stroke="#000000"
         stroke-width="7"
         stroke-miterlimit="10"
         x1="72.025124"
         y1="69"
         x2="87.525124"
         y2="84.5"
         id="line3"
         style="stroke:#990000;stroke-opacity:1" /></g></g></svg>
+2 −6
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
 * Author URI: https://personads.me/
 *
 * Version: 2.17.3
 * Version: 2.17.4
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -691,11 +691,7 @@ main.list article > header h1 {
}

.list-meta.search > h1::before {
    background: none;
    font-family: dashicons;
    vertical-align: bottom;
    content: "\f179";
    color: var(--accent-color);
    background-image: url("img/search.png");
}

.list-meta select {