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

update icons

This commit is contained in:
Luke Pulverenti 2015-05-29 21:07:54 -04:00
parent 69a57de928
commit e103daf46c
28 changed files with 849 additions and 40 deletions

View file

@ -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 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 768 B

View file

@ -31,7 +31,7 @@
display: inline-block;
}
.viewMenuBar .fa {
.viewMenuBar .material-icons, .viewMenuBar .fa {
color: #e8e8e8;
font-size: 24px;
vertical-align: middle;