Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....

This commit is contained in:
Scott Idem
2025-06-18 17:59:48 -04:00
parent db6e9dd019
commit 13912fd145
169 changed files with 2343 additions and 1634 deletions

View File

@@ -187,7 +187,7 @@ if (auto_refresh) {
log_lvl: 0
});
}}
class="btn btn-sm variant-soft-surface hover:variant-filled-surface transition-all hover:transition-all *:hover:inline text-xs"
class="btn btn-sm preset-tonal-surface hover:preset-filled-surface-500 transition-all hover:transition-all *:hover:inline text-xs"
>
{#await ae_promises.load_ae_obj_id__event_device[event_device_obj.event_device_id]}
<span class="fas fa-spinner fa-spin mx-1"></span>
@@ -215,8 +215,8 @@ if (auto_refresh) {
}
}}
class="btn btn-sm variant-ghost-surface hover:variant-filled-surface transition-all hover:transition-all *:hover:inline text-xs"
class:variant-glass-warning={$events_loc.pres_mgmt?.device_kv[event_device_obj.event_device_id]?.collapse}
class="btn btn-sm preset-tonal-surface border border-surface-500 hover:preset-filled-surface-500 transition-all hover:transition-all *:hover:inline text-xs"
class:preset-tonal-warning={$events_loc.pres_mgmt?.device_kv[event_device_obj.event_device_id]?.collapse}
>
{#if $events_loc.pres_mgmt.device_kv && $events_loc.pres_mgmt.device_kv[event_device_obj.event_device_id]?.collapse}
<!-- <span class="fas fa-minus mx-1"></span> -->
@@ -402,7 +402,7 @@ if (auto_refresh) {
$events_slct.event_device_id = event_device_obj.event_device_id;
}
}}
class="btn btn-sm variant-soft-surface hover:variant-filled-surface text-xs"
class="btn btn-sm preset-tonal-surface hover:preset-filled-surface-500 text-xs"
>
{#if $events_sess.pres_mgmt.show_content__device_description == event_device_obj.event_device_id}
<span class="fas fa-eye-slash mx-1"></span>