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-06-24 00:38:46 -04:00
parent c73ed976d9
commit b1676387f4
19 changed files with 154 additions and 126 deletions

View file

@ -1,41 +1,21 @@
.btnDefaultCast .btnCastImageActive {
display: none;
}
.btnActiveCast .btnCastImageDefault {
display: none;
}
.btnActiveCast i {
.btnActiveCast {
color: #2ad !important;
}
.btnDisabledCast .btnCastImageActive {
display: none;
}
.btnDisabledCast i {
color: #555;
}
.headerSelectedPlayer {
display: inline-block;
vertical-align: middle;
color: #ddd;
font-size: 11px;
margin-right: .5em;
/*font-size: 11px;*/
font-weight: 400;
position: relative;
top: 1px;
top: 2px;
max-width: 100px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.btnCastIcon .headerSelectedPlayer {
top: 0;
}
@media all and (max-width: 600px) {
.headerSelectedPlayer {
display: none;

View file

@ -12,10 +12,6 @@
margin: .5em 0;
}
.headerBackButton {
padding-right: 5px !important;
}
.headerButton {
height: 50px;
line-height: 50px;
@ -32,8 +28,7 @@
}
.viewMenuBar .material-icons, .viewMenuBar .fa, .viewMenuBar paper-icon-button {
color: #e8e8e8;
font-size: 24px;
color: #f0f0f0;
vertical-align: middle;
}
@ -125,18 +120,10 @@
border-width: 0 !important;
}
.mainDrawerButton {
padding-left: 10px !important;
}
.hideMainDrawer .mainDrawerButton {
display: none;
}
.barMenuInner {
padding: 6px 10px;
}
.barsMenuButton:hover {
opacity: .5 !important;
}
@ -149,8 +136,9 @@
display: inline-block;
vertical-align: middle;
padding-left: 0 !important;
margin-left: -8px;
cursor: default;
position: relative;
top: 1px;
}
.logoLibraryMenuButtonText {

View file

@ -1,6 +1,6 @@
/* Now playing bar */
.nowPlayingBar {
padding: 0;
padding: 8px 0;
border-top: 1px solid #444;
text-align: center;
}
@ -11,16 +11,30 @@
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
vertical-align: middle;
font-size: 30px;
color: #e8e8e8;
margin: 0;
padding: 16px 12px;
min-width: 30px;
text-align: center;
}
.mediaButton:not(paper-icon-button) {
padding: 16px 12px;
}
paper-icon-button.mediaButton {
padding: 4px;
}
.mediaButton iron-icon {
height: 48px;
width: 48px;
}
.mediaButton.remoteControlButton iron-icon {
height: 30px;
}
.videoTopControls .mediaButton {
font-size: 26px;
font-size: 27px;
}
.videoControls .mediaButton {
@ -75,7 +89,7 @@
}
.nowPlayingImage img {
height: 50px;
height: 60px;
margin-right: .5em;
vertical-align: bottom;
}
@ -171,6 +185,11 @@ input[type="range"]::-ms-fill-upper {
padding-top: 0;
}
.remoteControlButton {
position: relative;
top: 4px;
}
.nowPlayingBar .currentTime, .nowPlayingBar .positionSliderContainer, .nowPlayingBar .volumeSliderContainer, #nowPlayingBar .muteButton, #nowPlayingBar .unmuteButton {
display: none !important;
}

View file

@ -196,6 +196,6 @@
}
.btnCloseSearch {
padding: 0 5px;
outline: 0;
padding-top: 0;
padding-bottom: 0;
}

View file

@ -994,34 +994,15 @@ progress {
/* Detail Page*/
.btnUserItemRating {
margin-right: .85em;
cursor: pointer;
vertical-align: middle;
color: #aaa;
font-size: 17px;
width: auto !important;
display: inline-block !important;
background: none !important;
border: 0 !important;
outline: 0 !important;
}
.btnUserItemRating div {
border: 0;
}
.btnUserItemRatingOn {
color: #cc3333 !important;
}
.btnUserItemRating:last-child {
margin-right: 0;
}
.btnUserItemRating:hover {
opacity: .5;
}
.imgUserItemRating {
height: 16px;
width: 16px;