diff options
| author | asciimoo <asciimoo@gmail.com> | 2013-11-01 18:29:16 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2013-11-01 18:29:16 +0100 |
| commit | bb9dcf6e575be83ce1e68fb68ea63ae188ba30eb (patch) | |
| tree | a82335ec361b3c6f2eeed133b1afd58060a696ef /searx/static | |
| parent | fb6b9187770c408ca939cddd916fd65818327d89 (diff) | |
[enh] search button icon added
Diffstat (limited to 'searx/static')
| -rw-r--r-- | searx/static/css/style.css | 2 | ||||
| -rw-r--r-- | searx/static/img/search-icon.png | bin | 0 -> 3287 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index c6eb20c4e..1b153d13e 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -124,6 +124,6 @@ tr:hover td { background: #DDDDDD; } -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd; box-shadow: inset 0 1px 2px rgba(0,0,0,0.6), 0 0 0 4px #dddddd; } -#search_submit { position: absolute; top: 3px; right: 3px; border: 0; padding: 6px; border-left: 4px solid #dddddd; } +#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px; width: 30px; height: 30px; } #results { margin-left: 10px; } diff --git a/searx/static/img/search-icon.png b/searx/static/img/search-icon.png Binary files differnew file mode 100644 index 000000000..1222421b2 --- /dev/null +++ b/searx/static/img/search-icon.png |