small fixes

This commit is contained in:
vabene1111
2025-07-28 17:36:55 +02:00
parent b8d0e32550
commit 7ab36f1a7a
4 changed files with 42 additions and 8 deletions

View File

@@ -37,8 +37,20 @@
<link id="id_custom_space_css" href="{{ theme_values.custom_theme }}" rel="stylesheet">
{% endif %}
<style>
{% if request.user.userpreference.theme == 'TANDOOR_DARK' %}
/* vueform/multiselect */
/* when append to body is true the multiselects dropdown does not recognize the .v-theme--dark condition and renders a white background otherwise */
.multiselect-dropdown, .multiselect-options, .multiselect-option {
background: #212121 !important;
}
{% endif %}
</style>
</head>
<body>
<div id="app"></div>
{% vite_hmr_client %}
@@ -57,7 +69,9 @@
{# } else {#}
{# console.warn('service worker not in navigator');#}
{# }#}
{#});#}
{#})
;
#}
</script>