tree unread count styling

This commit is contained in:
Athou
2013-06-26 13:59:14 +02:00
parent 790c3bce14
commit 966a7f56a5
2 changed files with 23 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
}
.feed-search-dialog .feed-link {
font-size: large;
font-size: large;
}
.feed-search-dialog a:hover {
@@ -32,7 +32,7 @@
.css-treeview {
margin-top: 15px;
font-family: inherit;
font-size: 12px;
font-size: 13px;
white-space: nowrap;
}
@@ -81,6 +81,11 @@
font-weight: bold;
}
.css-treeview .unread-counter {
color: #666;
font-size: 11px;
}
.css-treeview a {
cursor: pointer;
color: black;