mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-07 20:18:49 +00:00
Adding tap-target for chromecast-button when first time seeing the chromecast available icon
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user