Better folder unread-count view

This commit is contained in:
djmaze 2021-07-30 12:26:27 +02:00
parent cbecdd93a0
commit 0659b126e7
6 changed files with 31 additions and 56 deletions

View file

@ -1,25 +0,0 @@
//
// Labels and badges
// --------------------------------------------------
// Base classes
.badge {
background-color: @grayLight;
border-radius: 9px;
color: @white;
font-size: 80%;
min-width: 1em;
padding: 1px 4px;
text-align: center;
text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
// Hover state, but only for links
a {
&.badge:hover {
color: @white;
text-decoration: none;
cursor: pointer;
}
}