feat: add styles for disabled select options in configuration page
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
</head>
|
||||
<body>
|
||||
<div id="SeasonalsConfigPage" data-role="page" class="page type-interior pluginConfigurationPage" data-require="emby-input,emby-button,emby-select,emby-checkbox">
|
||||
<style>
|
||||
select option:disabled {
|
||||
color: #bbb !important;
|
||||
background: #f5f5f5 !important;
|
||||
}
|
||||
</style>
|
||||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<div class="sectionTitleContainer">
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -13,8 +13,8 @@
|
||||
"changelog": "- some fixes for js loading\n- adapted config page descriptions",
|
||||
"targetAbi": "10.11.0.0",
|
||||
"sourceUrl": "https://git.mahom03-spacecloud.de/CodeDevMLH/Jellyfin-Seasonals-Plugin/releases/download/v1.3.4.0/Jellyfin.Plugin.Seasonals.zip",
|
||||
"checksum": "4985ef202d93fa3287673daf4ab70360",
|
||||
"timestamp": "2025-12-24T01:41:26Z"
|
||||
"checksum": "ee9d0a7e38e9b1adc6a288c9105f0d1c",
|
||||
"timestamp": "2025-12-24T01:54:07Z"
|
||||
},
|
||||
{
|
||||
"version": "1.3.3.0",
|
||||
|
||||
Reference in New Issue
Block a user