diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:26:10 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:26:10 +0100 |
commit | ad82abeb1c1a60bb05019ddc7cac978e582adac4 (patch) | |
tree | b91d7f55fa09111809753a1f360fa53a18882fa1 /hyperkitty/static/css | |
parent | 44d800673637b43c075c05d7c0a9d229fdb47b9c (diff) | |
download | hyperkitty-ad82abeb1c1a60bb05019ddc7cac978e582adac4.tar.gz hyperkitty-ad82abeb1c1a60bb05019ddc7cac978e582adac4.tar.xz hyperkitty-ad82abeb1c1a60bb05019ddc7cac978e582adac4.zip |
Add an accordion widget for the month list
Diffstat (limited to 'hyperkitty/static/css')
-rw-r--r-- | hyperkitty/static/css/style.css | 10 |
1 files changed, 10 insertions, 0 deletions
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; |