diff --git a/htroot/yacy/ui/css/base.css b/htroot/yacy/ui/css/base.css index 0f2d8d227..c6f1c8f55 100644 --- a/htroot/yacy/ui/css/base.css +++ b/htroot/yacy/ui/css/base.css @@ -312,5 +312,11 @@ dl.pairs dt { .basic h3.selected { } +#tagcloud a { + cursor:pointer; +} +#tagcloud a:hover { + background-color:#e6EEEE; +}