Theme-Auswahl aus dem Seitenkopf nicht mehr überschreiben
Some checks are pending
CI / PHP Lint (push) Waiting to run
CI / PHP Lint-1 (push) Waiting to run
CI / Unit Tests & Static Analysis (push) Waiting to run
CI / PHP Lint (pull_request) Waiting to run
CI / PHP Lint-1 (pull_request) Waiting to run
CI / Unit Tests & Static Analysis (pull_request) Waiting to run
Some checks are pending
CI / PHP Lint (push) Waiting to run
CI / PHP Lint-1 (push) Waiting to run
CI / Unit Tests & Static Analysis (push) Waiting to run
CI / PHP Lint (pull_request) Waiting to run
CI / PHP Lint-1 (pull_request) Waiting to run
CI / Unit Tests & Static Analysis (pull_request) Waiting to run
global.js hat beim Laden erneut ein Theme gesetzt und dabei die Entscheidung des Inline-Schnipsels im <head> verworfen – sichtbar als kurzes Umspringen und daran, dass erzwungene Themes ignoriert wurden. Jetzt gilt: ausdrückliche Auswahl > bereits gesetztes Attribut > System. Updater-Seite übernimmt ebenfalls die Markenfarben, Screenshots neu. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
0716311ff6
commit
2fe7e9522d
5 changed files with 5 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ $channels = \Updater\UpdateManager::CHANNELS;
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>System-Update</title>
|
||||
<?php require_once dirname(__DIR__, 2) . '/includes/Ui.php'; ?>
|
||||
<?= Ui::head(null, '../') ?>
|
||||
<?= Ui::head(class_exists('Database') ? Database::getInstance() : null, '../') ?>
|
||||
<style>
|
||||
/* Updater-spezifisch – der Rest kommt aus dem gemeinsamen Design-System. */
|
||||
.wrap { max-width: 780px; margin: 0 auto; padding: 36px 0 60px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue