summaryrefslogtreecommitdiff
path: root/htroot/env
diff options
context:
space:
mode:
authorreger <reger18@arcor.de>2016-11-10 22:22:37 +0100
committerreger <reger18@arcor.de>2016-11-10 22:22:37 +0100
commit95a60d177e9f5cd7252972a5ffd8c554fcb0a1b2 (patch)
tree00e024992a79c1ce7757c32b9f60b4ba3a739827 /htroot/env
parent0f0393e5e380c81e1de9151cffaddf89251f53cc (diff)
bring back/fix: search results and logo without external icon
Diffstat (limited to 'htroot/env')
-rw-r--r--htroot/env/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index ebf95412e..3f66429b6 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -92,7 +92,7 @@ a[href^="http://"], a[href^="https://"] {
}
/* exception for links in search results and image links */
-a[target="_self"], a[class="forceNoExternalIcon"], a[class="navbar-brand"], a[class="yacylogo"] {
+a[target="_self"], a[class="forceNoExternalIcon"], a[class="navbar-brand"], a[class="yacylogo"], .searchresults a {
background: transparent;
padding-right: 0px;
}