Skip to content

Commit

Permalink
[TASK] Make creation wizard context aware
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Oct 17, 2024
1 parent d3d8999 commit e37385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Backend/CreateWizard.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="step-content">
<p class="lead"><f:translate key="wizard.lead" /></p>
<p><f:translate key="wizard.description" /></p>
<div class="options" style="background-color: #eeeeee;padding: 10px;border: 1px solid #bbbbbb;">
<div class="options" style="background-color: var(--typo3-component-bg, #eee);padding: 10px;border: 1px solid var(--typo3-component-border-color, #bbb);">
<h4><f:translate key="wizard.headline.settings" /></h4>
<div class="form-group mb-0">
<label class="form-label"><f:translate key="wizard.label.title" /></label>
Expand Down

0 comments on commit e37385d

Please sign in to comment.