diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-23 19:03:14 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-08-23 19:03:14 +0200 |
commit | 8f1b87a29af1526c6adbb16694dbb52aa8cce26e (patch) | |
tree | 92d84498ca9160c38d3518188283cb9d846827d4 /static/style.css | |
parent | 914761368f6a5f19df26019e8290b4e86fb76cfb (diff) |
Added search box.
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 3213dec..1061c64 100644 --- a/static/style.css +++ b/static/style.css @@ -20,3 +20,4 @@ ul#playlist li.album { border-top: 1px solid; margin-bottom: .2em; color: #666; ul#playlist li.album span { margin-left: 1em; } .right { float: right; } ul#playlist li div:hover { background: #eee; } +input#search-query { padding-left: 16px; background-repeat: no-repeat; background-image: url('/static/icons/magnifier.png'); } |