From b5c695c6f525eb692d3e476817b49d2661ba2d25 Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Wed, 19 Mar 2014 20:26:08 +0100 Subject: edit style of autocompleter --- searx/static/less/autocompleter.less | 70 ++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'searx/static/less') diff --git a/searx/static/less/autocompleter.less b/searx/static/less/autocompleter.less index a512d60bc..2633facb9 100644 --- a/searx/static/less/autocompleter.less +++ b/searx/static/less/autocompleter.less @@ -1,57 +1,57 @@ ul { &.autocompleter-choices { - position: absolute; - margin: 0; - padding: 0; - list-style: none; - border: 1px solid #7c7c7c; - border-left-color: #c3c3c3; - border-right-color: #c3c3c3; - border-bottom-color: #ddd; - background-color: #fff; - text-align: left; - font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; - z-index: 50; - background-color: #fff; + position: absolute; + margin: 0; + padding: 0; + list-style: none; + border: 1px solid #7c7c7c; + border-left-color: #c3c3c3; + border-right-color: #c3c3c3; + border-bottom-color: #ddd; + background-color: #fff; + text-align: left; + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + z-index: 50; + background-color: #fff; li { - position: relative; - margin: -2px 0 0 0; - padding: 0.2em 1.5em 0.2em 1em; - display: block; - float: none !important; - cursor: pointer; - font-weight: normal; - white-space: nowrap; - font-size: 1em; - line-height: 1.5em; + position: relative; + margin: -2px 0 0 0; + padding: 0.2em 1.5em 0.2em 1em; + display: block; + float: none !important; + cursor: pointer; + font-weight: normal; + white-space: nowrap; + font-size: 1em; + line-height: 1.5em; &.autocompleter-selected { - background-color: #444; - color: #fff; + background-color: #444; + color: #fff; span.autocompleter-queried { - color: #9FCFFF; + color: #9FCFFF; } } } span.autocompleter-queried { - display: inline; - float: none; - font-weight: bold; - margin: 0; - padding: 0; + display: inline; + float: none; + font-weight: bold; + margin: 0; + padding: 0; } } } .autocompleter-loading { - background-image: url(images/spinner.gif); - background-repeat: no-repeat; - background-position: right 50%; + //background-image: url(images/spinner.gif); + background-repeat: no-repeat; + background-position: right 50%; } textarea.autocompleter-loading { - background-position: right bottom; + background-position: right bottom; } -- cgit v1.2.3