mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update icons
This commit is contained in:
parent
69a57de928
commit
e103daf46c
28 changed files with 849 additions and 40 deletions
|
@ -1,40 +1,23 @@
|
|||
.btnCastImage:not(.btnCastIcon) {
|
||||
background-color: transparent;
|
||||
background-size: 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
width: 28px;
|
||||
height: 100%;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
.btnDefaultCast .btnCastImageActive {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btnDefaultCast .btnCastImage {
|
||||
background-image: url(images/chromecast/ic_media_route_off_holo_dark.png);
|
||||
}
|
||||
|
||||
.btnActiveCast .btnCastImage {
|
||||
background-image: url(images/chromecast/ic_media_route_on_holo_dark.png);
|
||||
.btnActiveCast .btnCastImageDefault {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btnActiveCast i {
|
||||
color: #2ad !important;
|
||||
}
|
||||
|
||||
.btnDisabledCast .btnCastImage {
|
||||
background-image: url(images/chromecast/ic_media_route_disabled_holo_dark.png);
|
||||
.btnDisabledCast .btnCastImageActive {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.btnDisabledCast i {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.btnCast {
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
top: 1px !important;
|
||||
}
|
||||
|
||||
.headerSelectedPlayer {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
@ -46,6 +29,7 @@
|
|||
max-width: 100px;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.btnCastIcon .headerSelectedPlayer {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue