summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorreger24 <11603289+reger24@users.noreply.github.com>2022-02-09 19:42:04 +0100
committerreger24 <11603289+reger24@users.noreply.github.com>2022-02-09 19:42:04 +0100
commita7e93d93282ae112dca50fd16efcefd4c241d759 (patch)
tree322b8e98640e091cd90d7c2e365c2feb1f3f93c2 /htroot/env/base.css
parent05d6d0405fb46d83a1d5632ce95ac35767372bc7 (diff)
Add option to add host to default blacklist from search result
- added authorized ikon/button to blacklist a host - host is added to default blacklist - insired by https://github.com/yacy/yacy_search_server/issues/213#issuecomment-412485190
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index 72de37701..0a99d779d 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -594,6 +594,10 @@ a.deletelink:hover, a.deletelink:focus, div.searchresults:hover a.deletelink, di
background:url(grafics/minus.gif) center center no-repeat;
}
+a.blacklistlink:hover, a.blacklistlink:focus, div.searchresults:hover a.blacklistlink, div.searchresults.hover a.blacklistlink {
+ background:url(grafics/blkl.gif) center center no-repeat;
+}
+
ul.SubMenu a.MenuItemLink {
margin-top:0;
}