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.
26 lines
515 B
Plaintext
26 lines
515 B
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 */;
|
|
}
|