fixes: #1871 Dropdown starred (#9490)

adding the ability to star dashboard in search and dashboard-list

closes #1871
This commit is contained in:
Patrick O'Carroll
2017-11-15 15:01:44 +01:00
committed by Carl Bergquist
parent 26ab25b7c0
commit d800e64368
7 changed files with 53 additions and 13 deletions

View File

@@ -13,9 +13,11 @@
padding: 7px;
background-color: $tight-form-bg;
.fa {
float: right;
padding-top: 3px;
}
.dashlist-star {
float: right;
}
.fa-star {
color: $orange;
}