From ad82abeb1c1a60bb05019ddc7cac978e582adac4 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Thu, 15 Nov 2012 12:26:10 +0100 Subject: Add an accordion widget for the month list --- hyperkitty/static/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index 87a5946..3b4633a 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -205,6 +205,16 @@ ul.nav.auth { float: left; } +#archives h3.ui-state-hover { + cursor: pointer; + text-decoration: underline; +} +#archives h3.ui-state-active.ui-state-hover { + cursor: text; + color: inherit; + text-decoration: none; +} + #archives ul { padding: 0; margin: 0; -- cgit