added an overlay to when the playlist is empty

This commit is contained in:
kasperrt
2014-12-28 12:57:36 +01:00
parent 4b89af28e9
commit 6f30b14ca5
5 changed files with 119 additions and 97 deletions

View File

@@ -89,6 +89,9 @@ input[type="radio"]{display: none;}
.button{background-color: rgba(255,255,255,0.2); border-radius: 4px; border: none;color: white;padding: 5px 15px; margin-top: 15px; transition: all 0.1s ease-in-out;}
.button:hover{background-color: rgba(255,255,255,0.4); }
#olay{background-color:black;position:absolute;display:block;}
.hide{display:none !important;}
#olay span{position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
@-webkit-keyframes fadein{from {opacity:0;}to{opacity:1;}}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}