1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add fast click back

This commit is contained in:
Luke Pulverenti 2015-05-08 12:58:27 -04:00
parent e14830e9f1
commit 782e264478
3 changed files with 40 additions and 16 deletions

View file

@ -1,4 +1,4 @@
.btnCastImage {
.btnCastImage:not(.btnCastIcon) {
background-color: transparent;
background-size: 100%;
background-repeat: no-repeat;
@ -17,10 +17,18 @@
background-image: url(images/chromecast/ic_media_route_on_holo_dark.png);
}
.btnActiveCast i {
color: #2ad !important;
}
.btnDisabledCast .btnCastImage {
background-image: url(images/chromecast/ic_media_route_disabled_holo_dark.png);
}
.btnDisabledCast i {
color: #555;
}
.btnCast {
white-space: nowrap;
}
@ -38,8 +46,12 @@
overflow: hidden;
}
.btnCastIcon .headerSelectedPlayer {
top: 0;
}
@media all and (max-width: 1000px) {
.headerSelectedPlayer {
display: none;
}
}
}