Added jazzplaylist easter-egg

This commit is contained in:
KasperRT
2015-03-25 12:32:17 +01:00
parent 2f5f86cb40
commit 802a623b8a
5 changed files with 81 additions and 4 deletions

View File

@@ -504,6 +504,17 @@ input[type="radio"] {
filter:brightness(100%) !important;
}
.jp {
display:none;
-webkit-transition: opacity 1s;
transition: opacity 1s;
height:68%;
height:calc(90% - 213px);
width:60%;
border-radius:3px;
/*box-shadow: 0 8px 11px -4px black;*/
}
.hiddenAdmin {
padding:0!important;
margin:0!important;