mirror of
https://github.com/sct/overseerr.git
synced 2025-12-29 00:56:55 +01:00
feat: radarr/sonarr tag support (#1366)
This commit is contained in:
@@ -338,18 +338,34 @@ input[type='search']::-webkit-search-cancel-button {
|
||||
@apply text-white bg-gray-700 border border-gray-500 rounded-md hover:border-gray-500;
|
||||
}
|
||||
|
||||
.react-select-container-dark .react-select__control {
|
||||
@apply bg-gray-800 border border-gray-700;
|
||||
}
|
||||
|
||||
.react-select-container .react-select__control--is-focused {
|
||||
@apply text-white bg-gray-700 border border-gray-500 rounded-md shadow;
|
||||
}
|
||||
|
||||
.react-select-container-dark .react-select__control--is-focused {
|
||||
@apply bg-gray-800 border-gray-600;
|
||||
}
|
||||
|
||||
.react-select-container .react-select__menu {
|
||||
@apply text-gray-300 bg-gray-700;
|
||||
}
|
||||
|
||||
.react-select-container-dark .react-select__menu {
|
||||
@apply bg-gray-800;
|
||||
}
|
||||
|
||||
.react-select-container .react-select__option--is-focused {
|
||||
@apply text-white bg-gray-600;
|
||||
}
|
||||
|
||||
.react-select-container-dark .react-select__option--is-focused {
|
||||
@apply bg-gray-700;
|
||||
}
|
||||
|
||||
.react-select-container .react-select__indicator-separator {
|
||||
@apply bg-gray-500;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user