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">
|
||||
|
||||
Reference in New Issue
Block a user