]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
duepuntozero, vier: add unread messages per group
[friendica.git] / view / theme / duepuntozero / style.css
index 5bec657f6c653176e0b297ac1fe69606af51559c..0198431919bfc9759dcfb1b3a1dc1236532689f7 100644 (file)
@@ -2039,6 +2039,17 @@ a.mail-list-link {
 #sidebar-group-list ul {
        list-style-type: none;
 }
+.sidebar-group-li .notify {
+       display: none;
+       font-size: 9px;
+       border: 1px solid rgb(221, 221, 221);
+       padding: 2px;
+       float: right;
+       background-color: #BABDB6;
+}
+.sidebar-group-li .notify.show {
+       display: block;
+}
 
 #sidebar-group-list .icon, #sidebar-group-list .iconspacer {
        display: inline-block;