diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2013-11-15 14:32:18 +0100 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2013-11-20 19:15:40 +0100 |
| commit | 5c0e4e11dad001952f7fe745b22e1cf63fbc50fd (patch) | |
| tree | 96b736ad577736dca132063560819e25bb4d1c9e /hyperkitty/static | |
| parent | 0fb1bdee16eed1a29eef873dce0db0dc92007c3a (diff) | |
| download | hyperkitty-5c0e4e11dad001952f7fe745b22e1cf63fbc50fd.tar.gz hyperkitty-5c0e4e11dad001952f7fe745b22e1cf63fbc50fd.tar.xz hyperkitty-5c0e4e11dad001952f7fe745b22e1cf63fbc50fd.zip | |
Call out new lists
Diffstat (limited to 'hyperkitty/static')
| -rw-r--r-- | hyperkitty/static/hyperkitty/css/hyperkitty-index.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hyperkitty/static/hyperkitty/css/hyperkitty-index.css b/hyperkitty/static/hyperkitty/css/hyperkitty-index.css index 71d51c1..344d550 100644 --- a/hyperkitty/static/hyperkitty/css/hyperkitty-index.css +++ b/hyperkitty/static/hyperkitty/css/hyperkitty-index.css @@ -102,3 +102,9 @@ .all-lists table.lists tr.inactive .list-name { color: #999; } + +.all-lists table.lists tr span.new { + font-size: 78%; + text-transform: uppercase; + margin-right: 0.5em; +} |
