|
|
@ -299,8 +299,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.unread-count[data-content]:not([data-content=""]):not([data-content="0"]):after {
|
|
|
|
.unread-count:after {
|
|
|
|
content: attr(data-content);
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
left: 23px;
|
|
|
|
left: 23px;
|
|
|
|
top: 10px;
|
|
|
|
top: 10px;
|
|
|
@ -318,6 +317,10 @@
|
|
|
|
font-family: @font-family-sans-serif;
|
|
|
|
font-family: @font-family-sans-serif;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.unread-count[data-content]:not([data-content=""]):not([data-content="0"]):after {
|
|
|
|
|
|
|
|
content: attr(data-content);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.slideout-menu .unread-count:after {
|
|
|
|
.slideout-menu .unread-count:after {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
left: -6px;
|
|
|
|
left: -6px;
|
|
|
|