Preparing for Dark mode theme: Started Fixing models so they look better in dark mode

This commit is contained in:
johnnyq
2025-07-23 17:02:20 -04:00
parent a393284acd
commit 712804d2a8
7 changed files with 22 additions and 22 deletions

View File

@@ -44,9 +44,9 @@ $device_icon = getAssetIcon($asset_type);
ob_start();
?>
<div class="modal-header">
<div class="modal-header bg-dark">
<h5 class="modal-title"><i class='fa fa-fw fa-<?php echo $device_icon; ?> mr-2'></i>Copying asset: <strong><?php echo $asset_name; ?></strong></h5>
<button type="button" class="close text-white" data-dismiss="modal">
<button type="button" class="close text-light" data-dismiss="modal">
<span>&times;</span>
</button>
</div>