Changed some coloring on remove button

This commit is contained in:
Kasper Rynning-Tønnesen
2015-04-17 13:52:08 +02:00
parent 47fcf24a21
commit 7001167ff9
2 changed files with 10 additions and 3 deletions

View File

@@ -96,7 +96,7 @@
<span class="list-votes"></span>
</span>
<div class="card-action hide">
<a id="del" onclick="vote('id','del')" class="waves-effect waves-orange btn-flat clickable">Remove</a>
<a id="del" onclick="vote('id','del')" class="waves-effect btn-flat clickable">Remove</a>
</div>
</div>
</div>

View File

@@ -104,7 +104,14 @@ nav .zbrand{
padding: 0;
margin: 0;
width: 100%;
}
.card-action #del {
color:white;
}
.card-action #del:hover {
color:grey;
}
@@ -192,7 +199,7 @@ hide mdi-action-visibility mdi-action-visibility-off
.list-song{
background-color: rgba(255, 255, 255, 0.04);
height:66px;
/*height:66px;*/
}
.list-song .card-content{padding:0;}
.list-title{
@@ -202,7 +209,7 @@ hide mdi-action-visibility mdi-action-visibility-off
padding: 0 10px 0 10px;
}
.card-image{cursor:pointer}
.card{margin:5px 0 5px 0 !important;}
.card{margin:5px 0 5px 0 !important;color:white;}
#result img{float:left;padding-right:20px !important;}
#result{height:100px;margin-left:40px;}
#results{margin-top:-12px;background-color: rgba(0,0,0,0.6);}