diff --git a/public/app/features/playlist/partials/playlist.html b/public/app/features/playlist/partials/playlist.html
index beb311a9e6c..3701796b4a1 100644
--- a/public/app/features/playlist/partials/playlist.html
+++ b/public/app/features/playlist/partials/playlist.html
@@ -26,7 +26,6 @@
-
Available
@@ -40,7 +39,9 @@
|
- {{playlistItem.title}}
+
+ {{playlistItem.title}}
+
|
|
+
+
diff --git a/public/sass/pages/_playlist.scss b/public/sass/pages/_playlist.scss
index f0d1cf4c038..412fbcaef50 100644
--- a/public/sass/pages/_playlist.scss
+++ b/public/sass/pages/_playlist.scss
@@ -27,6 +27,7 @@
margin-bottom: 15px;
}
+
.playlist-search-field-wrapper {
input {
width: 100%;
@@ -109,6 +110,10 @@
.add-dashboard {
text-align: center;
}
+
+ .fa-star {
+ color: $orange;
+ }
}
.playlist-column-header {
@@ -120,8 +125,3 @@
.selected-playlistitem-settings {
text-align: right;
}
-
-.tag-result-container {
- width: 160px;
- float: left;
-}
\ No newline at end of file