diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 248d10e..591c5d3 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -148,6 +148,17 @@ h3 { .not-found { opacity: 0.2; } +.no-match { + position: absolute; + bottom: 80px; + right: 37px; + background: #fff; + color: #FE4365; + padding: 3px 6px; + border-radius: 3px; + opacity: 0.7; + font-weight: bold; +} .loading-wrap { position: absolute; top: 0;left: 0; diff --git a/views/share.jsx b/views/share.jsx index 83b0fcb..350ce40 100644 --- a/views/share.jsx +++ b/views/share.jsx @@ -29,6 +29,9 @@ var MusicItem = React.createClass({
+
+ No Match +