You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/skins/elastic/styles/widgets/folderlist.less

54 lines
1.0 KiB
Plaintext

/*** Folders list widget ***/
.folderlist li.mailbox .unreadcount {
position: absolute;
top: 0;
right: 0;
min-width: 2em;
line-height: 1.4em;
margin: 0.5em 0.2em;
padding: 0 0.3em;
background: /* todo */ #1e70bf;
border-radius: 0.4em;
color: @badge-font-color;
text-align: center;
font-weight: bold;
}
.folderlist li.mailbox.selected > a .unreadcount {
background: /* todo */;
}
.folderlist li.mailbox.recent > a .unreadcount {
background: /* todo */;
}
/* icons */
.folderlist li a:before {
&:extend(.font-icon-class);
content: @fa-var-folder-o;
}
.folderlist li.inbox a:before {
content: @fa-var-inbox;
}
.folderlist li.trash a:before {
content: @fa-var-trash;
}
.folderlist li.trash.empty a:before {
content: @fa-var-trash-o;
}
.folderlist li.drafts a:before {
content: @fa-var-edit;
}
.folderlist li.sent a:before {
content: @fa-var-paper-plane;
}
.folderlist li.junk a:before {
content: @fa-var-recycle;
}
.folderlist li.archive a:before {
content: @fa-var-archive;
}