diff options
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 8 |
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; } |