Adding tap-target for chromecast-button when first time seeing the chromecast available icon

This commit is contained in:
Kasper Rynning-Tønnesen
2017-05-31 12:57:08 +02:00
parent daabc07268
commit 7a3c2b7c86
5 changed files with 31 additions and 5 deletions

View File

@@ -1472,7 +1472,7 @@ ul #chat-log{
color: white;
border: none;
font-size:18px;
padding-right: 1%;
/*padding-right: 1%;*/
}
.castButton-unactive i, .castButton-active i{
@@ -1725,6 +1725,15 @@ nav ul li:hover, nav ul li.active {
width: 10%;
}
.tap-target {
color:white;
background-color: #2d2d2d;
}
.tap-target-wave::before, .tap-target-wave::after {
background-color:grey;
}
.playlist-element .list-remove a {
color: white !important;
margin-right: 0px !important;