mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add options to identify function
This commit is contained in:
parent
e2384f3087
commit
127f342be1
12 changed files with 177 additions and 93 deletions
|
@ -82,7 +82,7 @@
|
|||
background: #fff;
|
||||
}
|
||||
|
||||
.visualCardBox-b {
|
||||
.ui-page-theme-b .visualCardBox {
|
||||
background: rgb(51, 51, 51);
|
||||
border: 1px solid rgb(31, 31, 31);
|
||||
border-radius: 3px;
|
||||
|
@ -148,9 +148,6 @@
|
|||
width: 100%;
|
||||
}*/
|
||||
|
||||
.cardFooter {
|
||||
}
|
||||
|
||||
.cardContent .cardFooter {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
Binary file not shown.
Before Width: | Height: | Size: 20 KiB |
|
@ -102,6 +102,11 @@
|
|||
.logoLibraryMenuButtonText {
|
||||
font-family: MBLogo;
|
||||
font-weight: 200;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .logoLibraryMenuButtonText, .ui-bar-b .logoLibraryMenuButtonText {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.viewMenuBar {
|
||||
|
|
|
@ -203,12 +203,12 @@ pre, textarea.pre {
|
|||
|
||||
.imgLogoIcon {
|
||||
height: 45px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.imgLogoText {
|
||||
height: 45px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.imgLogoIcon + span {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.ui-popup-container {
|
||||
z-index: 99999;
|
||||
|
@ -446,10 +446,6 @@ h1 .imageLink {
|
|||
max-width: 600px;
|
||||
}
|
||||
|
||||
.imgLogoText {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
|
@ -782,17 +778,17 @@ progress {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
.btnUserItemRatingOff {
|
||||
color: #aaa !important;
|
||||
}
|
||||
.btnUserItemRatingOff {
|
||||
color: #aaa !important;
|
||||
}
|
||||
|
||||
.btnUserItemRating:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
.btnUserItemRating:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.btnUserItemRating:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
.btnUserItemRating:hover {
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.imgUserItemRating {
|
||||
height: 16px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue