mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
As requested by @MrTimscampi + theme adjustement
This commit is contained in:
parent
df3a7a75d2
commit
a1c40bd8a8
10 changed files with 51 additions and 26 deletions
|
@ -40,6 +40,7 @@
|
|||
.nowPlayingArtist a {
|
||||
font-weight: normal;
|
||||
text-align: left !important;
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.nowPlayingButtonsContainer {
|
||||
|
@ -143,6 +144,10 @@
|
|||
padding: 1.5em 0;
|
||||
}
|
||||
|
||||
.contextMenuList a {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.contextMenuList i.listItemIcon {
|
||||
font-size: x-large;
|
||||
}
|
||||
|
@ -295,6 +300,7 @@
|
|||
.btnPlayPause {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
.btnPlayPause:hover {
|
||||
|
@ -332,7 +338,8 @@
|
|||
display: inline-block;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: #202020;
|
||||
|
||||
/* background: #202020; */
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
@ -344,7 +351,8 @@
|
|||
right: 0;
|
||||
padding-left: 7.3%;
|
||||
padding-right: 7.3%;
|
||||
background-color: #101010;
|
||||
|
||||
/* background-color: #101010; */
|
||||
}
|
||||
|
||||
.playlistSectionButton .btnTogglePlaylist {
|
||||
|
@ -486,6 +494,7 @@
|
|||
.btnPlayPause {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 1.7em;
|
||||
}
|
||||
|
||||
.btnPlayPause:hover {
|
||||
|
@ -523,7 +532,8 @@
|
|||
display: inline-block;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background: #202020;
|
||||
|
||||
/* background: #202020; */
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
|
@ -535,7 +545,8 @@
|
|||
right: 0;
|
||||
padding-left: 4.3%;
|
||||
padding-right: 4.3%;
|
||||
background-color: #101010;
|
||||
|
||||
/* background-color: #101010; */
|
||||
}
|
||||
|
||||
.playlistSectionButton .btnTogglePlaylist {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue