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