quattro: add unread message count per groups

This commit is contained in:
fabrixxm 2015-11-08 16:55:44 +01:00
commit d522d7095d
9 changed files with 221 additions and 158 deletions

View file

@ -463,7 +463,7 @@ a:hover {
text-decoration: underline;
}
blockquote {
background: #ffffff;
background: #FFFFFF;
padding: 1em;
margin-left: 1em;
border-left: 1em solid #e6e6e6;
@ -1013,6 +1013,21 @@ aside .posted-date-selector-months {
.widget .tool.selected {
background: url('../../../images/selected.png') no-repeat left center;
}
.widget .notify {
display: none;
background-color: #19AEFF;
border-radius: 5px;
font-size: 10px;
padding: 1px 3px;
min-width: 15px;
text-align: right;
float: right;
color: #ffffff;
margin-right: 10px;
}
.widget .notify.on {
display: block;
}
/* widget: search */
#add-search-popup {
width: 200px;