aboutsummaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-06 19:31:56 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-06 19:34:33 -0400
commit6cfb5c5b5905a5815f35b026b1c589358c2c16e9 (patch)
tree976c1fd0fe8fb08c1d0c2f80499123ca51a587f5 /doc/style.css
parentf2e62d68014d8d32122e8135f3450a91d5b1bd7b (diff)
downloadikiwiki-6cfb5c5b5905a5815f35b026b1c589358c2c16e9.tar
ikiwiki-6cfb5c5b5905a5815f35b026b1c589358c2c16e9.tar.gz
Added a small icon to the search input box.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/style.css b/doc/style.css
index c7dc070cd..30f7ee3f3 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -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; }