Added a small icon to the search input box.
[ikiwiki.git] / doc / style.css
index c7dc070cdc4046622ffe24862396165deb7e1a96..30f7ee3f3a1d169a023b849e38e416f37357d838 100644 (file)
@@ -256,6 +256,14 @@ input#openid_url {
        padding-left: 18px;
 }
 
+input#searchbox {
+       background: url(wikiicons/search-bg.gif) no-repeat;
+       background-color: #fff;
+       background-position: 0 50%;
+       color: #000;
+       padding-left: 16px;
+}
+
 /* Things to hide in printouts. */
 @media print {
        .actions { display: none; }