Better messages and some styling

This commit is contained in:
Nicolas A. Tonne
2015-04-17 21:20:33 +02:00
parent 4e9388c67f
commit 997e26c3a5
2 changed files with 11 additions and 11 deletions

View File

@@ -211,7 +211,7 @@ hide mdi-action-visibility mdi-action-visibility-off
text-transform: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
content: "\e800";
content: "\e684";/*"\e800";*/
color:white;
font-size:44px;
position:absolute;
@@ -219,7 +219,7 @@ hide mdi-action-visibility mdi-action-visibility-off
top:0; left:0;
background:rgba(0,0,0,0.8);
opacity:0;
transition: all 0.3s;
transition: all .1s ease;
}
.list-song:hover .list-image:after {
opacity:1;