File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -586,19 +586,19 @@ class WindowBlindCardEditor extends HTMLElement {
586586 </div>
587587 <div class="form-group">
588588 <label>Couleur du Cadre</label>
589- <input type="color" data-key="window_frame_color" value="${ this . _config . window_frame_color || defaults . window_frame_color } ">
589+ <input type="color" data-key="window_frame_color" class="color-input" value="${ this . _config . window_frame_color || defaults . window_frame_color } " ${ this . _config . use_theme_colors ? 'disabled' : '' } >
590590 </div>
591591 <div class="form-group">
592592 <label>Couleur de fond autour de la fenêtre</label>
593- <input type="color" data-key="window_background_color" value="${ this . _config . window_background_color || defaults . window_background_color } ">
593+ <input type="color" data-key="window_background_color" class="color-input" value="${ this . _config . window_background_color || defaults . window_background_color } " ${ this . _config . use_theme_colors ? 'disabled' : '' } >
594594 </div>
595595 <div class="form-group">
596596 <label>Couleur du Store</label>
597- <input type="color" data-key="blind_color" value="${ this . _config . blind_color || defaults . blind_color } ">
597+ <input type="color" data-key="blind_color" class="color-input" value="${ this . _config . blind_color || defaults . blind_color } " ${ this . _config . use_theme_colors ? 'disabled' : '' } >
598598 </div>
599599 <div class="form-group">
600600 <label>Couleur des Lattes</label>
601- <input type="color" data-key="blind_slat_color" value="${ this . _config . blind_slat_color || defaults . blind_slat_color } ">
601+ <input type="color" data-key="blind_slat_color" class="color-input" value="${ this . _config . blind_slat_color || defaults . blind_slat_color } " ${ this . _config . use_theme_colors ? 'disabled' : '' } >
602602 </div>
603603
604604 <div class="form-group checkbox-group">
You can’t perform that action at this time.
0 commit comments