diff options
author | asciimoo <asciimoo@gmail.com> | 2013-11-01 22:54:54 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-11-01 22:54:54 +0100 |
commit | 8782a574af762b6bf8987d19b0d1b388023ddca8 (patch) | |
tree | 74a03d7bb2a47e82d8965c9a0b683c872de4d672 /searx/static | |
parent | 94b824dc579a78c0a28ddc0e9c43c23904c03f57 (diff) | |
download | searxng-8782a574af762b6bf8987d19b0d1b388023ddca8.tar.gz searxng-8782a574af762b6bf8987d19b0d1b388023ddca8.zip |
[mod] css mods
Diffstat (limited to 'searx/static')
-rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 4d32b48a5..3170d76c4 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: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png'); background-size: 30px 30px; width: 30px; height: 30px; } +#search_submit { position: absolute; top: 6px; right: 3px; border: 0; padding: 6px; background: url('/static/img/search-icon.png') no-repeat; background-size: 30px 30px; width: 33px; height: 30px; } #results { margin-left: 10px; margin-top: 10px; } |