add some "no results" feedback to the searching + minor UI improvements

This commit is contained in:
Drewster727 2016-03-28 21:51:48 -05:00
commit 855689d0b9
5 changed files with 51 additions and 11 deletions

View file

@ -22,7 +22,9 @@
.form-control-custom {
background-color: #4e5d6c !important;
color: white !important; }
color: white !important;
border-radius: 0;
box-shadow: 0 0 0 !important; }
h1 {
font-size: 3.5rem !important;
@ -138,3 +140,14 @@ label {
#tvList .mix {
display: none; }
.no-search-results {
text-align: center; }
.no-search-results .no-search-results-icon {
font-size: 10em;
color: #4e5d6c; }
.no-search-results .no-search-results-text {
margin: 20px 0;
color: #ccc; }