From 9795851072ebc88457b6fc2e9001661163b3d973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 1 Dec 2015 11:11:48 +0100 Subject: [PATCH] kb: style tags in tagcloud --- welco/static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/welco/static/css/style.css b/welco/static/css/style.css index d561567..22da3f1 100644 --- a/welco/static/css/style.css +++ b/welco/static/css/style.css @@ -566,3 +566,12 @@ div.old-version.warning-notice form { div.tagcloud { padding: 1ex; } + +div.tagcloud span { + cursor: pointer; + border-bottom: 1px dotted #aaa; +} + +div.tagcloud span:hover { + border-bottom: 1px solid #aaa; +}