summaryrefslogtreecommitdiff
path: root/searx/static/css
diff options
context:
space:
mode:
authorpw3t <romain@berthor.fr>2014-01-17 20:32:38 +0100
committerpw3t <romain@berthor.fr>2014-01-17 20:32:38 +0100
commita62b94e21c4c521430fb3b37f4241adb1faee63c (patch)
treeb53f9a2280c0467fd370f1292bd030b242c6a611 /searx/static/css
parentdd1baa6d5894c814625cdf19e71b797ab6354d9c (diff)
parentcc5e7e94310f4670248754df59db3c3600543469 (diff)
downloadsearxng-a62b94e21c4c521430fb3b37f4241adb1faee63c.tar.gz
searxng-a62b94e21c4c521430fb3b37f4241adb1faee63c.zip
Merge branch 'master' of https://github.com/asciimoo/searx
Diffstat (limited to 'searx/static/css')
-rw-r--r--searx/static/css/style.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css
index 90db60d6b..868f2f813 100644
--- a/searx/static/css/style.css
+++ b/searx/static/css/style.css
@@ -25,7 +25,16 @@ body, #container {
.row p { padding: 0 10px; max-width: 700px; }
.row h3,ul { margin: 4px 8px;}
-.hmarg { margin: 0 20px; }
+.hmarg {
+ margin: 0 20px;
+ border: 1px solid #3498DB;
+ padding: 4px 10px;
+}
+
+a:link.hmarg { color: #3498DB; }
+a:visited.hmarg { color: #3498DB; }
+a:active.hmarg { color: #3498DB; }
+a:hover.hmarg { color: #3498DB; }
.top_margin { margin-top: 60px; }
@@ -113,9 +122,7 @@ tr:hover td { background: #DDDDDD; }
.center #search_wrapper { margin-left: auto; margin-right: auto; }
.q {
background: none repeat scroll 0 0 #FFFFFF;
- border: 1px solid #8D8D8D;
- border-radius: 3px;
- box-shadow: 1px 1px 2px #999999 inset;
+ border: 1px solid #3498DB;
color: #222222;
font-size: 16px;
height: 28px;