mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update close div and secondery color
This commit is contained in:
parent
e67f637d0e
commit
c14c603feb
@ -12,25 +12,27 @@
|
|||||||
<div style="margin: 0;">
|
<div style="margin: 0;">
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<select id="selectImageProvider" name="selectImageProvider" is="emby-select" label="${LabelSource}">
|
<select id="selectImageProvider" name="selectImageProvider" is="emby-select" label="${LabelSource}">
|
||||||
<option value="">${All}</option>
|
<option value="">${All}</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="margin-left:1em;">
|
<div style="margin-left:1em;">
|
||||||
<div class="selectContainer">
|
<div class="selectContainer">
|
||||||
<select id="selectBrowsableImageType" name="selectBrowsableImageType" is="emby-select" label="${LabelType}">
|
<select id="selectBrowsableImageType" name="selectBrowsableImageType" is="emby-select" label="${LabelType}">
|
||||||
<option value="Primary">${Primary}</option>
|
<option value="Primary">${Primary}</option>
|
||||||
<option value="Art">${Art}</option>
|
<option value="Art">${Art}</option>
|
||||||
<option value="Backdrop">${Backdrop}</option>
|
<option value="Backdrop">${Backdrop}</option>
|
||||||
<option value="Banner">${Banner}</option>
|
<option value="Banner">${Banner}</option>
|
||||||
<option value="Box">${Box}</option>
|
<option value="Box">${Box}</option>
|
||||||
<option value="BoxRear">${BoxRear}</option>
|
<option value="BoxRear">${BoxRear}</option>
|
||||||
<option value="Disc">${Disc}</option>
|
<option value="Disc">${Disc}</option>
|
||||||
<option value="Logo">${Logo}</option>
|
<option value="Logo">${Logo}</option>
|
||||||
<option value="Menu">${Menu}</option>
|
<option value="Menu">${Menu}</option>
|
||||||
<option value="Screenshot">${Screenshot}</option>
|
<option value="Screenshot">${Screenshot}</option>
|
||||||
<option value="Thumb">${Thumb}</option>
|
<option value="Thumb">${Thumb}</option>
|
||||||
</select>
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="availableImagesPaging" style="margin-left:1em;"></div>
|
<div class="availableImagesPaging" style="margin-left:1em;"></div>
|
||||||
<label style="margin: 0 0 0 1em;width:auto;">
|
<label style="margin: 0 0 0 1em;width:auto;">
|
||||||
|
@ -90,19 +90,27 @@ progress::-webkit-progress-value {
|
|||||||
color: rgba(255, 255, 255, .87);
|
color: rgba(255, 255, 255, .87);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#btnRestart,
|
||||||
|
#btnDeleteImage,
|
||||||
|
#btnShutdown,
|
||||||
.submit,
|
.submit,
|
||||||
.btnBrowse,
|
.btnBrowse,
|
||||||
.mini,
|
.mini,
|
||||||
.btnRefresh,
|
.btnRefresh,
|
||||||
|
.btnManual,
|
||||||
.button-submit,
|
.button-submit,
|
||||||
.viewTabButton,
|
.viewTabButton,
|
||||||
.button-alt,
|
.button-alt,
|
||||||
.btnOption,
|
.btnOption {
|
||||||
.block {
|
|
||||||
background: #48C3C8;
|
background: #48C3C8;
|
||||||
color: rgb(0, 0, 0)
|
color: rgb(0, 0, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#btnResetPassword:hover,
|
||||||
|
#btnRestart:hover,
|
||||||
|
#btnDeleteImage:hover,
|
||||||
|
#btnShutdown:hover,
|
||||||
|
.button-cancel:hover,
|
||||||
.fab:hover,
|
.fab:hover,
|
||||||
.raised:hover,
|
.raised:hover,
|
||||||
.alphaPickerButton:hover,
|
.alphaPickerButton:hover,
|
||||||
@ -114,35 +122,20 @@ progress::-webkit-progress-value {
|
|||||||
.viewTabButton:hover,
|
.viewTabButton:hover,
|
||||||
.button-alt:hover,
|
.button-alt:hover,
|
||||||
.btnOption:hover,
|
.btnOption:hover,
|
||||||
|
.btnManual:hover,
|
||||||
.block:hover {
|
.block:hover {
|
||||||
background: #0ce8d6;
|
background: #0ce8d6;
|
||||||
color: rgba(255, 255, 255, .87)
|
color: rgba(255, 255, 255, .87)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#btnResetPassword,
|
||||||
|
.btnForgotPassword,
|
||||||
|
.btnCancel,
|
||||||
.button-cancel {
|
.button-cancel {
|
||||||
background: #D8E6FF;
|
background: #D8E6FF;
|
||||||
color: rgb(0, 0, 0)
|
color: rgb(0, 0, 0)
|
||||||
}
|
}
|
||||||
|
|
||||||
.button-cancel:hover{
|
|
||||||
background: #0ce8d6;
|
|
||||||
color: rgba(255, 255, 255, .87)
|
|
||||||
}
|
|
||||||
|
|
||||||
#btnRestart,
|
|
||||||
#btnDeleteImage,
|
|
||||||
#btnShutdown {
|
|
||||||
background: #48C3C8;
|
|
||||||
color: rgb(0, 0, 0)
|
|
||||||
}
|
|
||||||
|
|
||||||
#btnRestart:hover,
|
|
||||||
#btnDeleteImage:hover,
|
|
||||||
#btnShutdown:hover {
|
|
||||||
background: #0ce8d6;
|
|
||||||
color: rgba(255, 255, 255, .87)
|
|
||||||
}
|
|
||||||
|
|
||||||
.checkboxLabel {
|
.checkboxLabel {
|
||||||
color: inherit
|
color: inherit
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user