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

update live tv menu

This commit is contained in:
Luke Pulverenti 2015-08-28 11:02:22 -04:00
parent 06b74be1fd
commit 3bae11071d
57 changed files with 368 additions and 115 deletions

View file

@ -62,6 +62,10 @@
background-color: #333;
}
.homeTopViews .defaultBackground .cardImage {
background-color: #181818;
}
.homeTopViews .cardImage {
border-radius: 6px;
}
@ -235,6 +239,11 @@
line-height: 1.4;
}
.homeTopViews .cardText {
font-size: 15px;
padding-top: 10px;
}
.cardButtonContainer {
text-align: right;
float: right;

View file

@ -125,8 +125,7 @@
.searchInputIcon {
position: absolute;
left: 20px;
top: 15px;
font-size: 16px !important;
top: 12px;
color: #ddd !important;
}