mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
调整表格和输入框的背景颜色以适应透明主题
This commit is contained in:
+14
-4
@@ -356,7 +356,11 @@ html.v-overlay-scroll-blocked {
|
|||||||
// 表格
|
// 表格
|
||||||
.v-table {
|
.v-table {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
background-color: rgba(var(--v-theme-surface), 0);
|
||||||
|
|
||||||
|
.v-table__wrapper > table > thead {
|
||||||
|
background-color: rgba(var(--v-theme-surface), 0.3);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 页脚
|
// 页脚
|
||||||
@@ -396,11 +400,17 @@ html.v-overlay-scroll-blocked {
|
|||||||
.v-skeleton-loader {
|
.v-skeleton-loader {
|
||||||
background-color: rgba(var(--v-theme-surface), 0.3);
|
background-color: rgba(var(--v-theme-surface), 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 输入框和搜索框
|
||||||
|
.v-field {
|
||||||
|
background-color: rgba(var(--v-theme-surface), 0);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// 透明主题下的弹出窗口样式
|
// 透明主题下的弹出窗口样式
|
||||||
html[data-theme="transparent"] {
|
html[data-theme="transparent"] {
|
||||||
.v-overlay__content {
|
.v-overlay__content {
|
||||||
border-radius: 12px !important;
|
border-radius: 12px !important;
|
||||||
backdrop-filter: blur(10px) !important;
|
backdrop-filter: blur(10px) !important;
|
||||||
|
|
||||||
@@ -414,8 +424,8 @@ html[data-theme="transparent"] {
|
|||||||
background-color: rgb(var(--v-theme-surface), 0.5) !important;
|
background-color: rgb(var(--v-theme-surface), 0.5) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.v-table thead {
|
.v-table__wrapper table thead {
|
||||||
background-color: rgb(var(--v-theme-surface), 0.5) !important;
|
background-color: rgba(var(--v-theme-surface), 0.3);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user