From 5d9d04a16e0becad65b55351503b8a015551847b Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Fri, 9 May 2014 02:04:20 +0200 Subject: [enh] better highlighting --- searx/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searx/static/css/style.css') diff --git a/searx/static/css/style.css b/searx/static/css/style.css index 89d55b229..64ea51947 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -48,6 +48,8 @@ a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad} .right{float:right} .invisible{display:none} .left{float:left} +.highlight{color:#094089} +.content .highlight{color:#000} .image_result{float:left;margin:10px 10px;position:relative;height:160px}.image_result img{border:0;height:160px} .image_result p{margin:0;padding:0}.image_result p span a{display:none;color:#fff} .image_result p:hover span a{display:block;position:absolute;bottom:0;right:0;padding:4px;background-color:rgba(0,0,0,0.6);font-size:.7em} -- cgit v1.2.3