Style improvements for icons and related.

This commit is contained in:
Scott Idem
2025-07-23 13:31:30 -04:00
parent ced62cfd99
commit 1f024d70f3
6 changed files with 15 additions and 15 deletions

View File

@@ -654,8 +654,8 @@ max-w-max -->
<div> <div>
<h3 class="h5 text-center"> <h3 class="h5 text-center">
<span class="fas fa-tasks m-1"></span> <span class="fas fa-tasks m-1 text-neutral-800/80"></span>
<span class="fas fa-mail-bulk m-1"></span> <span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
Manage and Upload Event Files: Manage and Upload Event Files:
</h3> </h3>

View File

@@ -169,7 +169,7 @@ onMount(() => {
<span <span
class="flex flex-row gap-1 items-center" class="flex flex-row gap-1 items-center"
> >
<span class="fas fa-calendar-day m-1"></span> <span class="fas fa-calendar-day m-1 text-neutral-800/80"></span>
<!-- Button to toggle between the regular location view and managing location files --> <!-- Button to toggle between the regular location view and managing location files -->
<button <button
type="button" type="button"
@@ -256,8 +256,8 @@ onMount(() => {
{:else if $events_loc.pres_mgmt.show_content__location_view == 'manage_files' && $ae_loc.trusted_access} {:else if $events_loc.pres_mgmt.show_content__location_view == 'manage_files' && $ae_loc.trusted_access}
<div> <div>
<h3 class="h5 text-center"> <h3 class="h5 text-center">
<span class="fas fa-tasks m-1"></span> <span class="fas fa-tasks m-1 text-neutral-800/80"></span>
<span class="fas fa-mail-bulk m-1"></span> <span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
Manage and Upload Location Files: Manage and Upload Location Files:
</h3> </h3>

View File

@@ -106,7 +106,7 @@ onMount(() => {
<span <span
class="flex flex-row gap-1 items-center" class="flex flex-row gap-1 items-center"
> >
<span class="fas fa-map-marked m-1"></span> <span class="fas fa-map-marked m-1 text-neutral-800/80"></span>
Locations/Rooms Locations/Rooms
<!-- Button to toggle between the regular location view and managing locations??? --> <!-- Button to toggle between the regular location view and managing locations??? -->
</span> </span>

View File

@@ -125,7 +125,7 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
<span <span
class="flex flex-row flex-wrap gap-1 items-center justify-center" class="flex flex-row flex-wrap gap-1 items-center justify-center"
> >
<span class="fas fa-user m-1"></span> <span class="fas fa-user m-1 text-neutral-800/80"></span>
<!-- Button to toggle between the regular presenter view and managing presenter files --> <!-- Button to toggle between the regular presenter view and managing presenter files -->
<button <button
type="button" type="button"
@@ -287,8 +287,8 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
{/if} {/if}
<h3 class="h5 text-center"> <h3 class="h5 text-center">
<span class="fas fa-tasks m-1"></span> <span class="fas fa-tasks m-1 text-neutral-800/80"></span>
<span class="fas fa-mail-bulk m-1"></span> <span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
Manage and Upload Presenter Files Manage and Upload Presenter Files
<span <span
class="badge preset-tonal-success" class="badge preset-tonal-success"
@@ -334,8 +334,8 @@ let lq__auth__event_presenter_obj = $derived(liveQuery(async () => {
{:else if $events_loc.pres_mgmt.show_content__presenter_view == 'manage_files' && $ae_loc.authenticated_access} {:else if $events_loc.pres_mgmt.show_content__presenter_view == 'manage_files' && $ae_loc.authenticated_access}
<div> <div>
<h3 class="h5 text-center"> <h3 class="h5 text-center">
<span class="fas fa-tasks m-1"></span> <span class="fas fa-tasks m-1 text-neutral-800/80"></span>
<span class="fas fa-mail-bulk m-1"></span> <span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
Manage and Upload Presenter Files Manage and Upload Presenter Files
<span <span
class="badge preset-tonal-success" class="badge preset-tonal-success"

View File

@@ -544,7 +544,7 @@ async function handle_qry__event_session(
<span <span
class="flex flex-row gap-1 items-center" class="flex flex-row gap-1 items-center"
> >
<span class="fas fa-chart-line m-1"></span> <span class="fas fa-chart-line m-1 text-neutral-800/80"></span>
Reports Reports
</span> </span>
<!-- Reports for: --> <!-- Reports for: -->

View File

@@ -181,7 +181,7 @@ onMount(() => {
class="flex flex-row flex-wrap gap-1 items-center justify-center" class="flex flex-row flex-wrap gap-1 items-center justify-center"
> >
<!-- <span class="fas fa-calendar-day m-1"></span> --> <!-- <span class="fas fa-calendar-day m-1"></span> -->
<span class="fas fa-chalkboard-teacher m-1"></span> <span class="fas fa-chalkboard-teacher m-1 text-neutral-800/80"></span>
<!-- Button to toggle between the regular session view and managing session files --> <!-- Button to toggle between the regular session view and managing session files -->
<button <button
type="button" type="button"
@@ -320,8 +320,8 @@ onMount(() => {
<div> <div>
<h3 class="h5 text-center"> <h3 class="h5 text-center">
<span class="fas fa-tasks m-1"></span> <span class="fas fa-tasks m-1 text-neutral-800/80"></span>
<span class="fas fa-mail-bulk m-1"></span> <span class="fas fa-mail-bulk m-1 text-neutral-800/80"></span>
Manage and Upload Session Files: Manage and Upload Session Files:
<span <span
class="badge preset-tonal-success" class="badge preset-tonal-success"