Update theme.css
minor formatting changes
This commit is contained in:
parent
d9cfc2e668
commit
633392e527
1 changed files with 7 additions and 5 deletions
|
@ -293,13 +293,13 @@ html {
|
||||||
|
|
||||||
.emby-checkbox:checked + span + .checkboxOutline,
|
.emby-checkbox:checked + span + .checkboxOutline,
|
||||||
.itemProgressBarForeground {
|
.itemProgressBarForeground {
|
||||||
background: rgb(0, 210, 201);
|
background: rgb(0, 210, 201);
|
||||||
background: -moz-linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%);
|
background: -moz-linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%);
|
||||||
background: -webkit-linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%);
|
background: -webkit-linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%);
|
||||||
background: linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%);
|
background: linear-gradient(90deg, rgba(0, 210, 201, 1) 0%, rgba(13, 194, 98, 1) 28%, rgba(0, 75, 185, 1) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.itemProgressBar{
|
.itemProgressBar {
|
||||||
background: rgba(230, 230, 230, 0.8);
|
background: rgba(230, 230, 230, 0.8);
|
||||||
height: 0.18rem;
|
height: 0.18rem;
|
||||||
}
|
}
|
||||||
|
@ -307,7 +307,7 @@ html {
|
||||||
.innerCardFooter {
|
.innerCardFooter {
|
||||||
border-radius: 0.14rem;
|
border-radius: 0.14rem;
|
||||||
margin: 6px 8px 6px 8px;
|
margin: 6px 8px 6px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
.emby-checkbox:focus:not(:checked) + span + .checkboxOutline {
|
||||||
border-color: #00a4dc;
|
border-color: #00a4dc;
|
||||||
|
@ -458,9 +458,11 @@ html {
|
||||||
border-color: #00a4dc !important;
|
border-color: #00a4dc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardContent-button, .itemDetailImage, .cardOverlayContainer {
|
.cardContent-button,
|
||||||
|
.itemDetailImage,
|
||||||
|
.cardOverlayContainer {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.metadataSidebarIcon {
|
.metadataSidebarIcon {
|
||||||
color: #00a4dc;
|
color: #00a4dc;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue