fix calendar dark theme #86

This commit is contained in:
Alireza Ahmadi
2024-04-16 23:24:46 +02:00
parent 39ad029e20
commit af2861f2c9
+5 -5
View File
@@ -99,18 +99,18 @@ export default {
<style> <style>
.vpd-addon-list, .vpd-addon-list,
.vpd-addon-list-item { .vpd-addon-list-item {
background-color: rgb(var(--v-theme-background)); background-color: rgb(var(--v-theme-background)) !important;
border-color: rgb(var(--v-theme-background)); border-color: rgb(var(--v-theme-background)) !important;
} }
.vpd-content { .vpd-content {
background-color: rgb(var(--v-theme-background)); background-color: rgb(var(--v-theme-background)) !important;
} }
.vpd-addon-list-item.vpd-selected, .vpd-addon-list-item.vpd-selected,
.vpd-addon-list-item:hover { .vpd-addon-list-item:hover {
background-color: rgb(var(--v-theme-primary)); background-color: rgb(var(--v-theme-primary)) !important;
} }
.vpd-close-addon { .vpd-close-addon {
color: rgb(var(--v-theme-on-surface)); color: rgb(var(--v-theme-on-surface)) !important;
background-color: transparent; background-color: transparent;
} }
.vpd-controls { .vpd-controls {