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

Replaced "Emby Green" with blue taken from artwork. Replaced artwork. Kept old "Emby Green" themes for future reuse and renamed them "classic". Removed CSS element that was making the Jellyfin banner too small.
22 lines
No EOL
539 B
HTML
22 lines
No EOL
539 B
HTML
<div id="scheduledTasksPage" data-role="page" class="page type-interior scheduledTasksConfigurationPage">
|
|
|
|
<style>
|
|
.taskProgressOuter {
|
|
height: 6px;
|
|
background: #eee;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
.taskProgressInner {
|
|
border-radius: 2px;
|
|
height: 100%;
|
|
background: #00a4dc;
|
|
}
|
|
</style>
|
|
<div>
|
|
<div class="content-primary">
|
|
|
|
<div class="divScheduledTasks readOnlyContent"></div>
|
|
</div>
|
|
</div>
|
|
</div> |