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-progress-bar-colour: #cfcfcf;
--theme-progress-bar-background-colour: #2c2c2c;
--theme-visual-card-background-colour: #3a3a3a80;
--theme-progress-bar-transcoding-colour: #eb7e25;
--theme-chapter-marker-colour: #dbdbdb;
--theme-chapter-marker-watched-colour: #4a4a4a;
@@ -517,12 +518,20 @@ progress {
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,
.formDialogFooter:not(.formDialogFooter-clear),
.formDialogHeader:not(.formDialogHeader-clear),
.paperList,
.visualCardBox,
.emby-select-withcolor,
.emby-input,
.emby-textarea {