Styling for untagged filter.

This commit is contained in:
Paulo Reis 2017-04-28 16:57:25 +01:00
parent 84a2658259
commit 2d4c5f012a

View file

@ -153,6 +153,13 @@ ul.folders-menu {
line-height: 1.4;
}
}
.tag-untagged {
font-style: italic;
&:hover,
&:focus {
text-decoration: none;
}
}
.tag-menu {
> a {
border: 1px solid @gray;