diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:21:09 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2012-11-15 12:26:10 +0100 |
| commit | 17a4181c3a5100ef153b3d9886a068595860dbe9 (patch) | |
| tree | b91d7f55fa09111809753a1f360fa53a18882fa1 /hyperkitty/static/css | |
| parent | 5a4e072aaec3d6b096072015b4e9135b07cc0a0f (diff) | |
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; |
