This commit is contained in:
2026-02-19 14:51:46 +03:00
parent b9f2d8d162
commit b3dbf95e03

View File

@@ -23,6 +23,7 @@
--theme-shutdown-colour: #c21c1c9d; --theme-shutdown-colour: #c21c1c9d;
--theme-progress-bar-colour: #cfcfcf; --theme-progress-bar-colour: #cfcfcf;
--theme-progress-bar-background-colour: #2c2c2c; --theme-progress-bar-background-colour: #2c2c2c;
--theme-visual-card-background-colour: #3a3a3a80;
--theme-progress-bar-transcoding-colour: #eb7e25; --theme-progress-bar-transcoding-colour: #eb7e25;
--theme-chapter-marker-colour: #dbdbdb; --theme-chapter-marker-colour: #dbdbdb;
--theme-chapter-marker-watched-colour: #4a4a4a; --theme-chapter-marker-watched-colour: #4a4a4a;
@@ -517,12 +518,20 @@ progress {
border-radius: var(--theme-roundness); border-radius: var(--theme-roundness);
} }
/* Настраиваем фон и стиль для визуальных карточек */
.visualCardBox {
background-color: var(--theme-visual-card-background-colour);
border-radius: var(--theme-roundness);
box-shadow: inset 0 1px var(--theme-menu-shadow-colour);
border: unset;
padding: 10px;
}
/* Настраиваем фон и стиль для контейнеров и полей ввода */ /* Настраиваем фон и стиль для контейнеров и полей ввода */
.collapseContent, .collapseContent,
.formDialogFooter:not(.formDialogFooter-clear), .formDialogFooter:not(.formDialogFooter-clear),
.formDialogHeader:not(.formDialogHeader-clear), .formDialogHeader:not(.formDialogHeader-clear),
.paperList, .paperList,
.visualCardBox,
.emby-select-withcolor, .emby-select-withcolor,
.emby-input, .emby-input,
.emby-textarea { .emby-textarea {