Added stars to search results

This commit is contained in:
Torkel Ödegaard
2015-02-02 17:17:30 +01:00
parent 1e3970c6e5
commit b67f4dc390
6 changed files with 44 additions and 45 deletions
+10 -2
View File
@@ -35,13 +35,21 @@
}
}
.fa-star, .fa-star-o {
padding-left: 13px;
}
.fa-star {
color: @orange;
}
.search-result-link {
color: @grafanaListMainLinkColor;
.fa {
.fa-th-large {
padding-right: 10px;
color: @grafanaListHighlightContrast;
}
}
}
.search-result-item:nth-child(odd) {
background-color: @grafanaListAccent;