updating all files to use darkmode

This commit is contained in:
Janis Steiner
2024-12-09 16:27:04 +00:00
parent dc4d9636c0
commit b06c14dcb8
15 changed files with 25 additions and 321 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html data-bs-theme="dark">
<head>
<title>System0 Übersicht</title>
<?php
@@ -198,7 +198,7 @@
</select>
</div>
<div class="modal-footer">
<button type="submit" name="submit" class="btn btn-dark">Bestätigen</button>
<button type="submit" name="submit" class="btn btn-secondary">Bestätigen</button>
</div>
</div>
</form>
@@ -362,7 +362,7 @@ function updatePrinterData(data) {
<tr><td>Status</td><td style="color: ${getColorByStatus(printer.view)}">${printerStatus}</td></tr>
<tr><td>Filamentfarbe</td><td>${printer.filament_color}</td></tr>
</thead>
<tr><td><a class='btn btn-dark' href='print.php?preselect=${printer.printer_id}'>Drucken</a></td></tr>
<tr><td><a class='btn btn-secondary' href='print.php?preselect=${printer.printer_id}'>Drucken</a></td></tr>
</table>
</div>
`;