More IDAA Novi style changes. Less green for the options section.

This commit is contained in:
Scott Idem
2024-12-24 11:36:50 -05:00
parent 91e6556933
commit 69abe2e906
3 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ let { log_lvl = 0, lq__archive_obj, lq__archive_content_obj_li }: Props = $props
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 variant-ghost-success my-2 p-2 border rounded-md items-center justify-center">
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<span
class="flex flex-row gap-1 items-center justify-around"

View File

@@ -19,7 +19,7 @@ if (log_lvl) console.log('** Component Loaded: ** Post Options');
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 variant-ghost-success my-2 p-2 border rounded-md items-center justify-center">
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<div class="ae_group ae_row flex flex-row flex-wrap gap-1 w-full items-center justify-center">

View File

@@ -189,7 +189,7 @@ if ($idaa_loc.recovery_meetings.qry__fulltext_str && $idaa_loc.recovery_meetings
</script>
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 variant-ghost-success my-2 p-2 border rounded-md items-center justify-center">
<section class="ae_section ae_options filters_and_search flex flex-col gap-1 my-2 p-2 border rounded-md items-center justify-center bg-gray-200 border-gray-300 dark:bg-gray-800 dark:border-gray-700">
<!-- <div class="ae_info recovery_meetings_info note">
{@html $idaa_loc.recovery_meetings.ds.recovery_meetings_info}