improve dark theme

This commit is contained in:
Jan-Niklas Weghorn
2023-11-10 11:17:20 +01:00
parent 8a588db429
commit 94279b74c9
4 changed files with 150 additions and 64 deletions

View File

@@ -796,4 +796,8 @@ having to override as much.
font-size: 18px !important;
}
}
.b-calendar-grid-help {
padding: 0.25rem;
}
</style>

View File

@@ -689,7 +689,7 @@
<br/>
<!-- bottom buttons save/close/view -->
<div class="row fixed-bottom p-2 b-2 border-top text-center" style="background: white"
<div class="row fixed-bottom p-2 b-2 border-top text-center bg-white bottom-action-bar"
v-if="recipe !== undefined">
<div class="col-3 col-md-6 mb-1 mb-md-0 pr-2 pl-2">
<a :href="resolveDjangoUrl('delete_recipe', recipe.id)"