editeur mail administrateur : adaptation pour le dark mode
This commit is contained in:
parent
15b5c5b6dd
commit
8da7ff7eaa
2 changed files with 5 additions and 1 deletions
|
@ -13,3 +13,7 @@ trix-editor {
|
|||
min-height: 10em;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
[data-fr-theme="dark"] .trix-button-group button {
|
||||
background: var(--background-action-high-blue-france) !important;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
= render partial: 'form', locals: { f: f, tags: @mail_template.tags }
|
||||
.procedure-form__actions.sticky--bottom
|
||||
.actions-right
|
||||
= f.submit 'Enregistrer', class: 'button primary send'
|
||||
= f.submit 'Enregistrer', class: 'fr-btn'
|
||||
|
||||
.procedure-form__column--preview
|
||||
.procedure-form__preview.sticky--top
|
||||
|
|
Loading…
Reference in a new issue