feat: add styles for disabled select options in configuration page

This commit is contained in:
CodeDevMLH
2025-12-24 02:54:27 +01:00
parent 4e64e863e3
commit 70eac57e4d
5 changed files with 8 additions and 2 deletions

View File

@@ -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">

View File

@@ -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",